Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
46ee704792f16d509d6224c532cf85f8df8c6f2d
/
services
/
inputflinger
8714371
Support combined vibration effects with input device.
by Chris Ye
· 5 years ago
1c2e089
Get Input device information in locked context
by Chris Ye
· 5 years ago
6df72d7
Merge "Touchpad Capture: Fix issues with Pointer Controller" am: 4aaa310584 am: e0aa154f30 am: ba6f333c7d
by Treehugger Robot
· 5 years ago
ba6f333
Merge "Touchpad Capture: Fix issues with Pointer Controller" am: 4aaa310584 am: e0aa154f30
by Treehugger Robot
· 5 years ago
59ecc3b
Touchpad Capture: Fix issues with Pointer Controller
by Prabir Pradhan
· 5 years ago
95bd9a3
Merge "SyncPointerCapture (1/n): Notify PointerCaptureChanged through InputListener"
by TreeHugger Robot
· 5 years ago
5fd822d
Improve dump: type & touchOcclusionMode
by Bernardo Rufino
· 5 years ago
7e18618
SyncPointerCapture (1/n): Notify PointerCaptureChanged through InputListener
by Prabir Pradhan
· 5 years ago
a5d3496
Merge "Tell policy about responsive connections"
by TreeHugger Robot
· 5 years ago
2500bd6
Add some CTS input tests to presubmit
by Siarhei Vishniakou
· 5 years ago
7899958
Merge "Add id & alpha to input dumps"
by Bernardo Rufino
· 5 years ago
0f6a36e
Add id & alpha to input dumps
by Bernardo Rufino
· 5 years ago
cad8507
Merge "Remove viewport display ID assignment in pointer mode" am: b62f9e452e am: ccbd11bb1f am: 3525bf8713 am: 581523889c
by Treehugger Robot
· 5 years ago
5815238
Merge "Remove viewport display ID assignment in pointer mode" am: b62f9e452e am: ccbd11bb1f am: 3525bf8713
by Treehugger Robot
· 5 years ago
9514d78
Remove viewport display ID assignment in pointer mode
by Garfield Tan
· 5 years ago
234129c
Tell policy about responsive connections
by Siarhei Vishniakou
· 5 years ago
2b4782c
Use connection token in CommandEntry
by Siarhei Vishniakou
· 5 years ago
f7e67db
Merge "Add dump of pending focus requests"
by TreeHugger Robot
· 5 years ago
ad99140
Add dump of pending focus requests
by Siarhei Vishniakou
· 5 years ago
c2f1fad
Add more info to input dump and occlusion log
by Bernardo Rufino
· 5 years ago
a267bd3
Merge "Support multiple internal and external viewports"
by TreeHugger Robot
· 5 years ago
53fc31e
Add touchableRegion to touch occlusion dump
by Bernardo Rufino
· 5 years ago
dde67b8
Support multiple internal and external viewports
by Michael Wright
· 5 years ago
033f5d2
Merge "Add TEST_MAPPING for input-related code"
by TreeHugger Robot
· 5 years ago
a838839
Add TEST_MAPPING for input-related code
by Siarhei Vishniakou
· 5 years ago
c68fdec
Add full action printout to MotionEvent
by Siarhei Vishniakou
· 5 years ago
2a32108
Merge "Add eventTime print out to Entry dump"
by TreeHugger Robot
· 5 years ago
ec51491
Merge "Use shared_ptr for EventEntry"
by TreeHugger Robot
· 5 years ago
a1188f5
Add eventTime print out to Entry dump
by Siarhei Vishniakou
· 5 years ago
5fcd8cf
Merge "Exempt (0-opacity & NOT_TOUCHABLE) windows from occlusion detection"
by TreeHugger Robot
· 5 years ago
ed69c72
Merge "Check for focused window before raising 'no focused window' ANR" am: 04c8c11c9f am: 8b3bd252e3 am: cfdb6e3835
by Treehugger Robot
· 5 years ago
1652fc3
Merge "Check window token when extending timeout" am: bbb7268d06 am: e8bcf6a40a am: fa8736c237
by Treehugger Robot
· 5 years ago
653d2e0
Exempt (0-opacity & NOT_TOUCHABLE) windows from occlusion detection
by Bernardo Rufino
· 5 years ago
265ab01
Check for focused window before raising 'no focused window' ANR
by Siarhei Vishniakou
· 5 years ago
4e21979
Check window token when extending timeout
by Siarhei Vishniakou
· 5 years ago
38a6d27
Remove log that we will drop event soon
by Siarhei Vishniakou
· 5 years ago
4bae0ac
Add debug logs in case of untrusted touches
by Bernardo Rufino
· 5 years ago
02cc1ee
Merge "Fix InputDevice listener notification for merged controller." into rvc-qpr-dev am: 72ec885345
by TreeHugger Robot
· 5 years ago
516068e
Merge "Merge ab/6749736 in stage." into stage-aosp-master
by TreeHugger Robot
· 5 years ago
1f1a42b
Merge changes from topic "ToupadPointerCapture" am: be23210bbe am: 888e5ea116
by Linzhao Ye
· 5 years ago
96fb6c7
Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. am: 1fb4530260 am: 8ed0e785be
by Chris Ye
· 5 years ago
5418a03
Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. am: dca44af78b am: 0c74a52fa6
by Chris Ye
· 5 years ago
2c0ca8c
Add relative field to captured cursor device am: 611712ae14 am: bd764d9ebd
by Nathaniel R. Lewis
· 5 years ago
ea6efcb
Add relative coordinates for touchpad events. am: 50908afd6e am: 910dc1603b
by Nathaniel R. Lewis
· 5 years ago
83e7c0a
Support "pointer" capture for touchpads am: eba157bc56 am: e49e8caf4d
by Nathaniel R. Lewis
· 5 years ago
7d42047
Allow touch if some pointers are MT_TOOL_PALM am: 6560004049 am: 182306f5cb
by arthurhung
· 5 years ago
47c26f5
Convert TouchInputMapper enums to enum classes. am: aff169e9c5 am: 54da491a5d
by Michael Wright
· 5 years ago
4b2268c
Revise RELATIVE_X and RELATIVE_Y motion ranges documentation.
by Chris Ye
· 5 years ago
1fb4530
Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode.
by Chris Ye
· 5 years ago
dca44af
Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure.
by Chris Ye
· 5 years ago
611712a
Add relative field to captured cursor device
by Nathaniel R. Lewis
· 6 years ago
50908af
Add relative coordinates for touchpad events.
by Nathaniel R. Lewis
· 6 years ago
eba157b
Support "pointer" capture for touchpads
by Nathaniel R. Lewis
· 8 years ago
6560004
Allow touch if some pointers are MT_TOOL_PALM
by arthurhung
· 6 years ago
aff169e
Convert TouchInputMapper enums to enum classes.
by Michael Wright
· 6 years ago
f5c9e22
Merge "Notify policy of untrusted touch for toast"
by Bernardo Rufino
· 5 years ago
5187513
Merge ab/6749736 in stage.
by Xin Li
· 5 years ago
181353f
Fix InputDevice listener notification for merged controller.
by Chris Ye
· 5 years ago
2e1f651
Notify policy of untrusted touch for toast
by Bernardo Rufino
· 5 years ago
a9a7ee8
Use shared_ptr for EventEntry
by Siarhei Vishniakou
· 6 years ago
ad3b184
Merge "Use enum class for injection constants"
by TreeHugger Robot
· 5 years ago
c5ab4f9
Merge "Limit the number of printed entries in a queue"
by TreeHugger Robot
· 5 years ago
14411c9
Limit the number of printed entries in a queue
by Siarhei Vishniakou
· 5 years ago
ae6229e
Use enum class for injection constants
by Siarhei Vishniakou
· 6 years ago
23b5d27
Merge "Change InputReader::getInputDevices to return vector of InputDeviceInfo."
by TreeHugger Robot
· 5 years ago
98d3f53
Change InputReader::getInputDevices to return vector of InputDeviceInfo.
by Chris Ye
· 5 years ago
2e6387b
Merge "Fix Process_LockedKeysShouldToggleAfterReattach test failure"
by TreeHugger Robot
· 5 years ago
7dee71f
Merge "Block untrusted touches in InputDispatcher"
by Bernardo Rufino
· 5 years ago
f56b269
Check for focused window before raising 'no focused window' ANR
by Siarhei Vishniakou
· 5 years ago
ea97d18
Block untrusted touches in InputDispatcher
by Bernardo Rufino
· 5 years ago
6fe9578
Fix Process_LockedKeysShouldToggleAfterReattach test failure
by arthurhung
· 5 years ago
f73b7c9
Merge "[Attempt #2] Consider UID instead of PID in canBeObscuredBy()"
by Bernardo Rufino
· 5 years ago
a03dd23
Move enum name parsing to EnumName template function.
by Chris Ye
· 5 years ago
67df431
Merge "Create InputManager TEST_MAPPING with WindowInputTests"
by Bernardo Rufino
· 5 years ago
e731003
Fix InputDevice listener notification for merged controller.
by Chris Ye
· 5 years ago
d1ea7f7
Create InputManager TEST_MAPPING with WindowInputTests
by Bernardo Rufino
· 5 years ago
8007daf
[Attempt #2] Consider UID instead of PID in canBeObscuredBy()
by Bernardo Rufino
· 5 years ago
a72accd
Check window token when extending timeout
by Siarhei Vishniakou
· 5 years ago
bedd116
Merge "Second reland "Let InputFlinger create the server InputChannel""
by TreeHugger Robot
· 5 years ago
2ad9539
Fix dispatcher logic of handling same key pressed and released from different
by Chris Ye
· 5 years ago
43822b1
Merge "Return owned object from PropertyMap"
by TreeHugger Robot
· 5 years ago
1560166
Second reland "Let InputFlinger create the server InputChannel"
by Garfield Tan
· 5 years ago
062c857
Merge "Revert "Reland "Let InputFlinger create the server InputChannel"""
by Jean-Michel Trivi
· 5 years ago
400128f
Revert "Reland "Let InputFlinger create the server InputChannel""
by Garfield Tan
· 5 years ago
4d9f977
Return owned object from PropertyMap
by Siarhei Vishniakou
· 5 years ago
d2ea0d5
Merge "Use std::vector instead of VLA for addMovement"
by TreeHugger Robot
· 5 years ago
ae0f990
Use std::vector instead of VLA for addMovement
by Siarhei Vishniakou
· 5 years ago
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
Next »