Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
35c872ff4b67d06feb3e1444d77a6001ec5f214d
/
include
/
input
a209fde
Move InputApplication to use std::shared_ptr.
by Chris Ye
· 5 years ago
6c4243b
Use AIDL compiler to generate InputApplicationInfo class.
by Chris Ye
· 5 years ago
d5dc040
Merge "Updated MotionEvent to use Transform"
by Chavi Weingarten
· 5 years ago
9eaa22c
Updated MotionEvent to use Transform
by chaviw
· 5 years ago
74c8242
Use size_t instead of int for integer_sequence.size()
by Michael Wright
· 5 years ago
6db8d6e
Merge "Use Transform in InputDispatcher"
by Chavi Weingarten
· 5 years ago
8759d67
Automatically generate flag value strings for flag enums.
by Michael Wright
· 5 years ago
1d0262a
Merge "Add Flags<F>::Iterator."
by Michael Wright
· 5 years ago
0192488
Merge "Use unique_ptr when creating InputChannel"
by TreeHugger Robot
· 5 years ago
61847cc
Merge "Use std::shared_ptr for InputChannel"
by TreeHugger Robot
· 5 years ago
1ff3d1e
Use Transform in InputDispatcher
by chaviw
· 5 years ago
cc7f980
Allow touch if some pointers are MT_TOOL_PALM
by arthurhung
· 6 years ago
75d9e66
Add Flags<F>::Iterator.
by Michael Wright
· 5 years ago
d258827
Use unique_ptr when creating InputChannel
by Siarhei Vishniakou
· 5 years ago
ce5ab08
Use std::shared_ptr for InputChannel
by Siarhei Vishniakou
· 5 years ago
44753b1
Move things in InputWindowInfo to enum classes
by Michael Wright
· 5 years ago
58e1eae
Merge "Move seq to header"
by TreeHugger Robot
· 5 years ago
a64c159
Move seq to header
by Siarhei Vishniakou
· 6 years ago
c01e137
Added helper functions in Transform and PointerCoords
by chaviw
· 5 years ago
044b4dc
Merge "Added libui dependencies for input"
by Chavi Weingarten
· 5 years ago
fd9c1ed
Added libui dependencies for input
by chaviw
· 5 years ago
fe3de7d
Rename ViewportTypes to avoid repetition
by Michael Wright
· 5 years ago
0783e99
AIDL-ize InputManager IInputFlinger interface.
by Chris Ye
· 6 years ago
c6a2f3a
Merge "Convert InputDeviceConfigurationFileType to enum class."
by Chris Ye
· 5 years ago
c1ae556
Use chrono for dispatching timeout
by Siarhei Vishniakou
· 5 years ago
1d927aa
Convert InputDeviceConfigurationFileType to enum class.
by Chris Ye
· 5 years ago
d44dddf
Report ANR when waited for longer than the timeout
by Siarhei Vishniakou
· 6 years ago
4cb50ca
Add basic ANR test
by Siarhei Vishniakou
· 6 years ago
7b3d38d
Merge "Change InputWindowInfo::isTrustedOverlay() to be permission and flag based."
by TreeHugger Robot
· 6 years ago
fcdff3e
Change InputWindowInfo::isTrustedOverlay() to be permission and flag based.
by Chris Ye
· 6 years ago
750c7f4
Avoid shifting 1s into size bit.
by Garfield Tan
· 6 years ago
930fbb9
Merge "Generate ACTION_CANCEL event when screen turned off by proximity sensor."
by Chris Ye
· 6 years ago
17a930c
Merge "Make TYPE_TRUSTED_APPLICATION_OVERLAY a trusted overlay." into rvc-dev am: 7db72bbbbf am: 6ed3cc988f am: 62c8fd3962 am: 46fa2777da
by Josh Tsuji
· 6 years ago
466cdea
Make TYPE_TRUSTED_APPLICATION_OVERLAY a trusted overlay.
by Joshua Tsuji
· 6 years ago
13b1685
Generate ACTION_CANCEL event when screen turned off by proximity sensor.
by Chris Ye
· 6 years ago
f859148
Represent VelocityTracker Strategy as enum class.
by Chris Ye
· 6 years ago
9499a11
Makes TYPE_NOTIFICATION_SHADE as trusted overlay
by wilsonshih
· 6 years ago
599042f
Makes TYPE_NOTIFICATION_SHADE as trusted overlay
by wilsonshih
· 6 years ago
4c2845f
InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL am: 2984b7af4f am: fca117ce50 am: 4d52d7f5d0 am: 6ff8ceda6e
by Robert Carr
· 6 years ago
2984b7a
InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL
by Robert Carr
· 6 years ago
39c6c80
Merge "InputWindow: Default initialize all values" into rvc-dev am: 78cc3ba8c5 am: 8d5011eea6 am: e5b5b055d1 am: 3f46b316fc
by Rob Carr
· 6 years ago
7174efe
InputWindow: Default initialize all values
by Robert Carr
· 6 years ago
67d4450
Print window flags in dumpsys input
by Siarhei Vishniakou
· 6 years ago
d6ae76d
Merge "Pass source to dispatchBatchedInputEventPending (2/2)" into rvc-dev am: 89260bd417 am: 29b980f59f am: 920c6b8866 am: 9fab55b18b
by TreeHugger Robot
· 6 years ago
9be5b33
Makes TYPE_ACCESSIBILITY_MAGNIFICATION_OVERLAY as trusted overlay
by mincheli
· 6 years ago
c7812be
Pass source to dispatchBatchedInputEventPending (2/2)
by Arthur Hung
· 6 years ago
1c7bc86
Let InputFlinger generate event IDs.
by Garfield Tan
· 6 years ago
fbe732e
Add ID to native events.
by Garfield Tan
· 6 years ago
bd25f1c
Add event ID generator.
by Garfield Tan
· 6 years ago
ff1f1bb
Let InputFlinger generate event IDs.
by Garfield Tan
· 6 years ago
4cc839f
Add ID to native events.
by Garfield Tan
· 6 years ago
84b087e
Add event ID generator.
by Garfield Tan
· 6 years ago
a7b82e1
Support multiple EventHub devices per InputDevice
by Nathaniel R. Lewis
· 6 years ago
54d3e18
Add verifyInputEvent api to InputDispatcher
by Siarhei Vishniakou
· 6 years ago
3826d47
Use uint32_t for input source
by Siarhei Vishniakou
· 6 years ago
9c858ac
Add hmac to InputEvent and scale to MotionEvent
by Siarhei Vishniakou
· 6 years ago
718f960
ui: Deduplicate rotation types
by Dominik Laskowski
· 6 years ago
cb92321
Remove layer from window handle since it's no longer used
by chaviw
· 6 years ago
af87b3e
Added input support for cloned layers
by chaviw
· 6 years ago
72a2190
Merge "Default TV remote keys to no-wake"
by TreeHugger Robot
· 6 years ago
d041c5d
Default TV remote keys to no-wake
by Powei Feng
· 7 years ago
26bf73b
Merge "Removing support for menu key from status bar"
by TreeHugger Robot
· 6 years ago
7feb2ea
Add FocusEvent and InputMessage::Type::FOCUS
by Siarhei Vishniakou
· 6 years ago
10fe676
Add static asserts for InputMessage sizes
by Siarhei Vishniakou
· 6 years ago
727a44e
Use queue and unique_ptr for pooled events
by Siarhei Vishniakou
· 6 years ago
c0d3c4b
Removing support for menu key from status bar
by Sunny Goyal
· 7 years ago
26d3cfb
Remove InputChannel::setToken
by Siarhei Vishniakou
· 6 years ago
5240277
Use enum class for InputMessage type
by Siarhei Vishniakou
· 6 years ago
03af16f
Merge "Revert "Fix drag and drop (2/3)""
by TreeHugger Robot
· 6 years ago
edb7ba1
Merge "Do not report latency for injected events"
by TreeHugger Robot
· 6 years ago
de4bf15
Do not report latency for injected events
by Siarhei Vishniakou
· 6 years ago
6cbb975
Revert "Fix drag and drop (2/3)"
by Arthur Hung
· 6 years ago
3578917
Add SCROLL, RELATIVE_X and RELATIVE_Y axes labels.
by Garfield Tan
· 6 years ago
2ccbe3a
InputTransport: store fd in a unique_fd.
by Josh Gao
· 6 years ago
4f17282
Merge changes Iee0f9a21,I22a39cd5
by TreeHugger Robot
· 6 years ago
3d3fa52
Move LatencyStatistics collection from InputReader to InputTransport
by Atif Niyaz
· 6 years ago
8384682
Seperate LatencyStatistics from InputReader
by Atif Niyaz
· 6 years ago
937bb83
Add setCursorPosition.
by Garfield Tan
· 6 years ago
ab0ab9c
Address comments from a previous change.
by Garfield Tan
· 6 years ago
00f511d
Dispatch mouse events to window under the cursor.
by Garfield Tan
· 7 years ago
38b1f27
Merge "Make InputApplicationInfo as a part of InputApplicationHandle (1/2)"
by TreeHugger Robot
· 7 years ago
7a0c39a
Make InputApplicationInfo as a part of InputApplicationHandle (1/2)
by Arthur Hung
· 7 years ago
7c3ae9c
Use std::vector over Vector for InputFlinger (1/3)
by Arthur Hung
· 7 years ago
6fabeec
Input: Override touchable region bounds with surface bounds 2/2
by Vishnu Nair
· 7 years ago
7e32c88
Merge "Replace non-alphanumerics with _ in VirtualKeyMap"
by TreeHugger Robot
· 7 years ago
b45635c
Replace non-alphanumerics with _ in VirtualKeyMap
by Siarhei Vishniakou
· 7 years ago
b645f7e
Merge "Refactor VirtualKeyMap"
by TreeHugger Robot
· 7 years ago
3209997
Merge "Add synchronous transaction to wait for setInputWindow to complete (3/n)"
by Chavi Weingarten
· 7 years ago
3e78dec
Refactor VirtualKeyMap
by Siarhei Vishniakou
· 7 years ago
1bc1aca
Merge "Remove unused defines from Keyboard.h"
by TreeHugger Robot
· 7 years ago
291d88a
Add synchronous transaction to wait for setInputWindow to complete (3/n)
by chaviw
· 7 years ago
46de920
Remove unused defines from Keyboard.h
by Siarhei Vishniakou
· 7 years ago
8154bbd
Rotate TouchVideoFrames
by Siarhei Vishniakou
· 7 years ago
fda3aee
Swap width and height in TouchVideoFrame
by Siarhei Vishniakou
· 7 years ago
26cf29d
Move implementation to TouchVideoFrame.cpp
by Siarhei Vishniakou
· 7 years ago
cae4b3a
Remove EventHub header from include dir
by Prabir Pradhan
· 7 years ago
3dc4f59
Merge "Introduce new portal window which transports touch to another display"
by Tiger Huang
· 7 years ago
85b8c5e
Introduce new portal window which transports touch to another display
by Tiger Huang
· 7 years ago
473174e
Add a new InputClassifier stage
by Siarhei Vishniakou
· 8 years ago
16a2e30
Propagate MotionClassification to InputDispatcher
by Siarhei Vishniakou
· 7 years ago
Next »