Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
62b523eceea9dca7738b11c4e0016cd3eda37511
/
services
/
inputflinger
62b523e
Reland "Let InputFlinger create the server InputChannel"
by Garfield Tan
· 5 years ago
015cb70
Revert "Let InputFlinger create the server InputChannel"
by Roshan Pius
· 5 years ago
6e9f864
Let InputFlinger create the server InputChannel
by Garfield Tan
· 5 years ago
e41c451
Ensure setFocusedApplication resets no focused window timeout
by Siarhei Vishniakou
· 5 years ago
8fa1728
Revise RELATIVE_X and RELATIVE_Y motion ranges documentation.
by Chris Ye
· 5 years ago
f74dc42
Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode.
by Chris Ye
· 5 years ago
1eb9727
Merge "Unregister input channel by token"
by TreeHugger Robot
· 5 years ago
8ebfbf7
Merge "Request focus using setFocusedWindow"
by TreeHugger Robot
· 5 years ago
adefc3e
Unregister input channel by token
by Siarhei Vishniakou
· 5 years ago
958da93
Request focus using setFocusedWindow
by Vishnu Nair
· 5 years ago
d6ca33c
Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 am: f2712ff7f0 am: 2d596ff066
by Treehugger Robot
· 5 years ago
f2712ff
Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836
by Treehugger Robot
· 5 years ago
686662c
Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7
by Treehugger Robot
· 5 years ago
32f36ae
Move PropertyMap from libutils to libinput
by Siarhei Vishniakou
· 5 years ago
52dcab0
DO NOT MERGE Reorder include to remove merge conflict
by Siarhei Vishniakou
· 5 years ago
1b66d52
Merge "Created libattestation"
by Chavi Weingarten
· 5 years ago
a52ade1
Do not generate meta state for device does not have the key.
by Chris Ye
· 5 years ago
3a1e446
Move KeyCharacterMap from RefBase to shared_ptr.
by Chris Ye
· 5 years ago
1abffbd
Move KeyLayoutMap from RefBase to shared_ptr.
by Chris Ye
· 5 years ago
3b08d58
Merge "Check if input devices are opening"
by TreeHugger Robot
· 5 years ago
f49608d
Check if input devices are opening
by Siarhei Vishniakou
· 5 years ago
ad321cd
Track focused window by using window token
by Vishnu Nair
· 5 years ago
09c8d2d
Created libattestation
by chaviw
· 5 years ago
c903df1
Maintain CapsLock, NumLock and ScrollLock of keyboard
by arthurhung
· 5 years ago
dcef2dc
Integrate FakeInputReaderContext to the real implement
by arthurhung
· 5 years ago
4958d06
Optimize memory usage of InputEvent lookup.
by Chris Ye
· 5 years ago
a30728a
Merge "Add docs for ANR behaviour of InputDispatcher"
by TreeHugger Robot
· 5 years ago
499a85a
Add docs for ANR behaviour of InputDispatcher
by Siarhei Vishniakou
· 5 years ago
47074b8
Rename InputWindowHandle hasFocus to focusable
by Vishnu Nair
· 5 years ago
d549b25
Prevent use of invalidated iterator
by Siarhei Vishniakou
· 5 years ago
a121c78
Merge "Add prefix to transform dump to align the data better"
by Chavi Weingarten
· 5 years ago
249afbf
Merge "Remove eventTime from MotionEntry"
by TreeHugger Robot
· 5 years ago
85b4420
Add prefix to transform dump to align the data better
by chaviw
· 5 years ago
7cbf4ad
Merge "TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom."
by TreeHugger Robot
· 5 years ago
42b0682
TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom.
by Chris Ye
· 5 years ago
3cab9b6
Remove eventTime from MotionEntry
by Siarhei Vishniakou
· 5 years ago
fa74128
Update language to comply with Android's inclusive language guidance
by Chris Ye
· 5 years ago
3c2d6f5
Update language to comply with Android's inclusive language guidance
by Chris Ye
· 5 years ago
7702a61
Merge "Refactor input device rumble support."
by TreeHugger Robot
· 5 years ago
c8bfa54
Add tests for merged InputDevice cases
by Nathaniel R. Lewis
· 6 years ago
6393a26
Refactor input device rumble support.
by Chris Ye
· 5 years ago
364fdb5
Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure.
by Chris Ye
· 5 years ago
122d496
Merge "Add default input dispatching timeout constant"
by Siarhei Vishniakou
· 5 years ago
81ec695
Merge "Add reason to focus change event log"
by Vishnu Nair
· 5 years ago
7d3d00d
Add reason to focus change event log
by Vishnu Nair
· 5 years ago
35c872f
Fix -Wshadow error when DEBUG_POINTER_ASSIGNMENT is set.
by Philip Quinn
· 5 years ago
b8bb541
Merge "Ensure window with NO_INPUT_CHANNEL drops touches"
by TreeHugger Robot
· 5 years ago
7062295
Add default input dispatching timeout constant
by Siarhei Vishniakou
· 5 years ago
a2862a0
Ensure window with NO_INPUT_CHANNEL drops touches
by Siarhei Vishniakou
· 5 years ago
989bb93
Refactor EventHub.
by Chris Ye
· 5 years ago
948bfa6
Merge "Move InputDeviceClass to enum class."
by TreeHugger Robot
· 5 years ago
1b0c734
Move InputDeviceClass to enum class.
by Chris Ye
· 5 years ago
a209fde
Move InputApplication to use std::shared_ptr.
by Chris Ye
· 5 years ago
a3e642a
Merge "Use AIDL compiler to generate InputApplicationInfo class."
by TreeHugger Robot
· 5 years ago
6c4243b
Use AIDL compiler to generate InputApplicationInfo class.
by Chris Ye
· 5 years ago
2e8f2d4
Add relative field to captured cursor device
by Nathaniel R. Lewis
· 6 years ago
adb58ea
Add relative coordinates for touchpad events.
by Nathaniel R. Lewis
· 6 years ago
d566533
Support "pointer" capture for touchpads
by Nathaniel R. Lewis
· 8 years ago
9eaa22c
Updated MotionEvent to use Transform
by chaviw
· 5 years ago
1bd1fcf
Merge "Add setFocusedWindow function stub"
by TreeHugger Robot
· 5 years ago
e798b47
Add setFocusedWindow function stub
by Vishnu Nair
· 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
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
cacd69a
InputFlinger: Support amplitude control for InputDeviceVibrator
by Nathaniel R. Lewis
· 6 years ago
dc07032
Merge "Allow touch if some pointers are MT_TOOL_PALM"
by TreeHugger Robot
· 5 years ago
66fbac3
Inputflinger : Use BitArray class to replace raw bytes array.
by Chris Ye
· 5 years ago
cc7f980
Allow touch if some pointers are MT_TOOL_PALM
by arthurhung
· 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
887b7d9
Log windows that are being interacted with - 2
by Siarhei Vishniakou
· 5 years ago
44753b1
Move things in InputWindowInfo to enum classes
by Michael Wright
· 5 years ago
1abf04d
Merge "Use std::filesystem for input event devices scan."
by TreeHugger Robot
· 5 years ago
a64c159
Move seq to header
by Siarhei Vishniakou
· 5 years ago
4d3d89e
Merge "After the InputFlingerServiceTest is done, kill the service process forked."
by TreeHugger Robot
· 5 years ago
c466984
After the InputFlingerServiceTest is done, kill the service process forked.
by Chris Ye
· 5 years ago
8594e19
Use std::filesystem for input event devices scan.
by Chris Ye
· 5 years ago
c5035ed
Merge "Fix 2 issues related to hover event dispatching."
by TreeHugger Robot
· 5 years ago
044b4dc
Merge "Added libui dependencies for input"
by Chavi Weingarten
· 5 years ago
df26e86
Fix 2 issues related to hover event dispatching.
by Garfield Tan
· 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
227c554
Convert TouchInputMapper enums to enum classes.
by Michael Wright
· 5 years ago
48e5bd8
Increase touch video buffer size am: a7c7360213
by Siarhei Vishniakou
· 5 years ago
0783e99
AIDL-ize InputManager IInputFlinger interface.
by Chris Ye
· 5 years ago
a7c7360
Increase touch video buffer size
by Siarhei Vishniakou
· 5 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
1c0f5e6
Merge "Force InputManagerService to communicate via InputManagerInterface"
by Michael Wright
· 5 years ago
2ffcba9
Merge "Enable -Wshadow for input code"
by TreeHugger Robot
· 5 years ago
976db0c
Move PointerController enums to enum classes.
by Michael Wright
· 5 years ago
39f4253
Merge "Increase touch video buffer size"
by TreeHugger Robot
· 5 years ago
487938e
Increase touch video buffer size
by Siarhei Vishniakou
· 5 years ago
7a37667
Move PointerController from sp to shared_ptr
by Michael Wright
· 5 years ago
e6afda3
Move PointerController enums to enum classes.
by Michael Wright
· 5 years ago
a512bfd
Move PointerController from sp to shared_ptr
by Michael Wright
· 5 years ago
b4d960d
Enable -Wshadow for input code
by Siarhei Vishniakou
· 6 years ago
6353416
Force InputManagerService to communicate via InputManagerInterface
by Michael Wright
· 5 years ago
Next »