Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_frameworks_native
/
0e65512dbb75af6c33e8b7dd05d86d7ac43c280e
/
services
/
inputflinger
/
tests
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
1560166
Second reland "Let InputFlinger create the server InputChannel"
by Garfield Tan
· 5 years ago
400128f
Revert "Reland "Let InputFlinger create the server InputChannel""
by Garfield Tan
· 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
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
adefc3e
Unregister input channel by token
by Siarhei Vishniakou
· 5 years ago
958da93
Request focus using setFocusedWindow
by Vishnu Nair
· 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
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
47074b8
Rename InputWindowHandle hasFocus to focusable
by Vishnu Nair
· 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
fa74128
Update language to comply with Android's inclusive language guidance
by Chris Ye
· 5 years ago
c8bfa54
Add tests for merged InputDevice cases
by Nathaniel R. Lewis
· 6 years ago
364fdb5
Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure.
by Chris Ye
· 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
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
d566533
Support "pointer" capture for touchpads
by Nathaniel R. Lewis
· 8 years ago
9eaa22c
Updated MotionEvent to use Transform
by chaviw
· 6 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
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
· 6 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
· 6 years ago
cc7f980
Allow touch if some pointers are MT_TOOL_PALM
by arthurhung
· 6 years ago
d258827
Use unique_ptr when creating InputChannel
by Siarhei Vishniakou
· 6 years ago
ce5ab08
Use std::shared_ptr for InputChannel
by Siarhei Vishniakou
· 6 years ago
44753b1
Move things in InputWindowInfo to enum classes
by Michael Wright
· 6 years ago
1abf04d
Merge "Use std::filesystem for input event devices scan."
by TreeHugger Robot
· 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
df26e86
Fix 2 issues related to hover event dispatching.
by Garfield Tan
· 6 years ago
fe3de7d
Rename ViewportTypes to avoid repetition
by Michael Wright
· 6 years ago
0783e99
AIDL-ize InputManager IInputFlinger interface.
by Chris Ye
· 6 years ago
c1ae556
Use chrono for dispatching timeout
by Siarhei Vishniakou
· 6 years ago
17db18e
Move PointerController from sp to shared_ptr
by Michael Wright
· 6 years ago
a7d36fd
Increase ANR test timeouts
by Siarhei Vishniakou
· 6 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
a0d2b80
Pass BTN_GEAR_DOWN and BTN_GEAR_UP to apps
by Siarhei Vishniakou
· 6 years ago
cd899e8
Add locks to InputDispatcher_test
by Siarhei Vishniakou
· 6 years ago
7e838c2
Merge "Use <chrono> for input-related timeouts" into rvc-dev
by Siarhei Vishniakou
· 6 years ago
bd1a562
Merge "Add test to call setInputWindows twice" into rvc-dev
by TreeHugger Robot
· 6 years ago
b1a1627
Rename ANR -> Anr
by Siarhei Vishniakou
· 6 years ago
097c3db
Use <chrono> for input-related timeouts
by Siarhei Vishniakou
· 6 years ago
fb9fcda
Add test to call setInputWindows twice
by Siarhei Vishniakou
· 6 years ago
540dbae
Generate a new id for each window
by Siarhei Vishniakou
· 6 years ago
bf89a48
Allow touch if the new point is not MT_TOOL_PALM
by arthurhung
· 6 years ago
85c2ee6
Merge "Wait longer for configuration change" into rvc-dev
by TreeHugger Robot
· 6 years ago
f0db5b8
Wait longer for configuration change
by Siarhei Vishniakou
· 6 years ago
0716947
Merge "Consume events in dispatcher tests" into rvc-dev
by TreeHugger Robot
· 6 years ago
03aee2a
Consume events in dispatcher tests
by Siarhei Vishniakou
· 6 years ago
cd5ecdb
Merge "Wait longer for expected input events" into rvc-dev
by TreeHugger Robot
· 6 years ago
e5b5e45
Wait longer for expected input events
by Siarhei Vishniakou
· 6 years ago
a02bd19
Merge "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" into rvc-dev
by TreeHugger Robot
· 6 years ago
4197f6b
Fix tap is wrong in landscape with cutout disabled
by Arthur Hung
· 6 years ago
72d8dc3
Fix input infos are inconsistent between WMS and InputFlinger (2/2)
by Arthur Hung
· 6 years ago
8f0b5bd
Merge "Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)"" into rvc-dev
by Kelly Rossmoyer
· 6 years ago
25e2af1
Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)"
by Arthur Hung
· 6 years ago
f4f7283
Merge "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" into rvc-dev
by TreeHugger Robot
· 6 years ago
c60da19
Disable deep press when long press timeout is long
by Siarhei Vishniakou
· 6 years ago
2d112c5
Fix input infos are inconsistent between WMS and InputFlinger (2/2)
by Arthur Hung
· 6 years ago
1652397
Properly initialize MotionClassifier
by Siarhei Vishniakou
· 6 years ago
47040bf
Test MotionEvents for InputDispatcher::verifyInputEvent
by Siarhei Vishniakou
· 6 years ago
aab2562
Add TouchIntegrationTest tests
by Arthur Hung
· 6 years ago
1c7bc86
Let InputFlinger generate event IDs.
by Garfield Tan
· 6 years ago
c51d1ba
Rename sequenceNum to ID.
by Garfield Tan
· 6 years ago
fbe732e
Add ID to native events.
by Garfield Tan
· 6 years ago
33197de
Merge "Let InputReaderContext hold a single PointerController"
by TreeHugger Robot
· 6 years ago
9244aea
Use cc_defaults in inputflinger targets
by Prabir Pradhan
· 6 years ago
343631d
Merge "Support multiple EventHub devices per InputDevice"
by TreeHugger Robot
· 6 years ago
c7ef27e
Let InputReaderContext hold a single PointerController
by Prabir Pradhan
· 6 years ago
a7b82e1
Support multiple EventHub devices per InputDevice
by Nathaniel R. Lewis
· 6 years ago
0f7c42e
Merge "Change InputReader::mDevices collection type"
by TreeHugger Robot
· 6 years ago
ab3ea1d
Merge "Add InputReader Integration tests"
by TreeHugger Robot
· 6 years ago
0cab12d
Change InputReader::mDevices collection type
by Nathaniel R. Lewis
· 6 years ago
1dd6b5a
Merge "Use hmac to sign events in InputDispatcher"
by TreeHugger Robot
· 6 years ago
40e7078
Merge "Refactor use of services in InputMappers."
by TreeHugger Robot
· 6 years ago
4dc8253
Merge "Refactor InputMapper creation and collection type"
by TreeHugger Robot
· 6 years ago
e908789
Use hmac to sign events in InputDispatcher
by Gang Wang
· 6 years ago
Next »