- 6b71b63 Do not drop stale events for gestures in progress by Siarhei Vishniakou · 1 year, 10 months ago
- d982999 Merge changes from topics "pointer-icon-refactor-setPointerIcon", "setPointerIcon-hitTest" into main by Prabir Pradhan · 1 year, 9 months ago
- 64f21d2 InputDispatcher: Add hit test method isPointerInWindow by Prabir Pradhan · 1 year, 9 months ago
- 502a725 InputDispatcher: Reset touched window dispatch mode to AS_IS by Prabir Pradhan · 1 year, 9 months ago
- a9544f4 Merge "Fix broken Drag and Drop" into main by Vaibhav Devmurari · 1 year, 10 months ago
- 2fa8100 Merge "Ensure drag-and-drop and pilfering does not work with hovering pointers" into main by Prabir Pradhan · 1 year, 10 months ago
- 9cd9eb6 Ensure drag-and-drop and pilfering does not work with hovering pointers by Prabir Pradhan · 1 year, 10 months ago
- 110ba32 Fix broken Drag and Drop by Vaibhav Devmurari · 1 year, 10 months ago
- 67bf216 InputDispatcherSingleWindowAnr: Send events via InputListener instead of injection by Siarhei Vishniakou · 1 year, 10 months ago
- d908f5a Wait for dispatcher to be idle in WindowDropsInput test by Siarhei Vishniakou · 1 year, 10 months ago
- 18c6a90 Merge "Add test case for hover eventId synthesis" into main by Prabir Pradhan · 1 year, 10 months ago
- 5893d36 Add test case for hover eventId synthesis by Prabir Pradhan · 1 year, 10 months ago
- fa2a049 Disable key repeat for PendingKey_IsDroppedWhileMotionIsProcessedAndNewTouchComesIn test by Siarhei Vishniakou · 1 year, 10 months ago
- 3ad54f5 inputdispatcher: Block touch while stylus is hovering by Siarhei Vishniakou · 1 year, 10 months ago
- 2defec0 Fuzz InputDispatcher by Siarhei Vishniakou · 2 years, 3 months ago
- b0dad3a Add test cases for fallback key generation from InputDispatcher by Prabir Pradhan · 1 year, 10 months ago
- 907ae73 Add POLICY_FLAG_PASS_TO_USER while hovering is active by Linnan Li · 2 years ago
- a733311 Move stale event check into dispatcher policy by Siarhei Vishniakou · 1 year, 10 months ago
- 2899c55 Allow multi-window multiple device streams by Siarhei Vishniakou · 2 years, 2 months ago
- 453ae73 Add a test case to ensure hover enter/exit synth is WAI when mirrored by Prabir Pradhan · 1 year, 11 months ago
- 1646338 Send cancel events to the correct display when mirroring by Prabir Pradhan · 1 year, 11 months ago
- 583ff19 Merge changes Ibdd75ae6,If628a505 into main by Treehugger Robot · 1 year, 11 months ago
- e3b28dd s/TestInputListenerMatchers.h/TestEventMatchers.h by Prabir Pradhan · 1 year, 11 months ago
- 7b6502d Move all matchers from dispatcher tests to TestInputListenerMatchers by Prabir Pradhan · 1 year, 11 months ago
- 6c0e32c Merge "Bring back InputDispatcher crash for inconsistent a11y hover streams." into main by Ameer Armaly · 1 year, 11 months ago
- 0dfcac7 Add tests to verify hover enter and exit are synthesized correctly by Prabir Pradhan · 1 year, 11 months ago
- cff4fa5 Bring back InputDispatcher crash for inconsistent a11y hover streams. by Ameer Armaly · 1 year, 11 months ago
- fb54907 FakeMonitorReceiver: Take dispatcher param as reference by Prabir Pradhan · 1 year, 11 months ago
- 5af92f9 Cancel drag and drop when pointers are canceled for the drag window by Linnan Li · 2 years, 2 months ago
- 1c29a09 InputDispatcher: Use correct coordinate space when synthesizing down by Prabir Pradhan · 2 years ago
- 112b1ad InputDispatcher: Use correct coordinate space when canceling motions by Prabir Pradhan · 2 years ago
- c033dfb Reset no focused window timeout when window gets focus by Siarhei Vishniakou · 1 year, 11 months ago
- 0b251a3 Add multi-device tests to dispatcher by Siarhei Vishniakou · 2 years ago
- f404321 Misc fixes in InputDispatcher by Siarhei Vishniakou · 2 years ago
- 06405fc Fix NoFocusedWindow_DoesNotSendDuplicateAnr test by Siarhei Vishniakou · 2 years ago
- 9fd2686 Merge "Dispatch cancel event to the correct target display" into main by Prabir Pradhan · 2 years ago
- 771a769 Dispatch cancel event to the correct target display by Hu Guo · 2 years ago
- 7487dfa Lower severity for invalid accessibility hover event stream to ERROR. by Daniel Norman · 2 years, 1 month ago
- b7f3755 Merge "Custom names for windows in targeted injection tests" into main by Siarhei Vishniakou · 2 years ago
- e3ce412 Custom names for windows in targeted injection tests by Siarhei Vishniakou · 2 years ago
- 7f01919 Use rect instead of four int frame values for WindowInfo by Chavi Weingarten · 2 years, 1 month ago
- b237f9e Increase timeouts in InputDispatcher_tests by Siarhei Vishniakou · 2 years, 1 month ago
- c41de37 Remove setInputWindows API by Siarhei Vishniakou · 2 years, 2 months ago
- 700424c Replace duplicate with onWindowInfosChanged by Siarhei Vishniakou · 2 years, 2 months ago
- 21f77bd Make UntrustedSpy_AbortsDispatcher threadsafe by Siarhei Vishniakou · 2 years, 2 months ago
- 25537f8 Add test for non-splittable windows by Siarhei Vishniakou · 2 years, 2 months ago
- beb4c56 Merge "Split EventBuilders.h" into udc-qpr-dev am: 6480f1639f am: 54ee96d8cc by Cody Heiner · 2 years, 2 months ago
- f83c693 Increase timeouts for ANR tests by Siarhei Vishniakou · 2 years, 2 months ago
- 166a5af Split EventBuilders.h by Cody Heiner · 2 years, 2 months ago
- 101ee9b inputflinger: fix format of parameter name comments by Harry Cutts · 2 years, 2 months ago
- 4648fea Increase injection timeout for InputFilterInjectionPolicyTest by Siarhei Vishniakou · 2 years, 2 months ago
- 7e63975 Merge "Use threadsafe death testing for dispatcher tests" into udc-qpr-dev am: 0b8abab2ab am: a82711a15c by Treehugger Robot · 2 years, 2 months ago
- 3a10676 Merge "Dispatcher: Do not cancel touches when a window's orientation changes" by Treehugger Robot · 2 years, 2 months ago
- 69d00bf Dispatcher: Do not cancel touches when a window's orientation changes by Prabir Pradhan · 2 years, 2 months ago
- ad3b682 Use threadsafe death testing for dispatcher tests by Siarhei Vishniakou · 2 years, 2 months ago
- 73ab4db Merge "Use a strongly typed Pid in WindowInfo" into udc-qpr-dev by Treehugger Robot · 2 years, 2 months ago
- fae63ae Merge "Wait for dispatcher idle before asserting policy callbacks" into udc-qpr-dev am: 11512800c0 am: c42bc2bd6e by TreeHugger Robot · 2 years, 2 months ago
- 1151280 Merge "Wait for dispatcher idle before asserting policy callbacks" into udc-qpr-dev by TreeHugger Robot · 2 years, 2 months ago
- e59c6dc Use a strongly typed Pid in WindowInfo by Prabir Pradhan · 2 years, 3 months ago
- ee9db03 Merge "Use a strongly typed Pid in WindowInfo" by Treehugger Robot · 2 years, 2 months ago
- a68ffa5 Merge "Store coords and properties as vector in args" into udc-qpr-dev am: 9437fe1a29 am: 4d9929c532 by Siarhei Vishniakou · 2 years, 2 months ago
- 9437fe1 Merge "Store coords and properties as vector in args" into udc-qpr-dev by Siarhei Vishniakou · 2 years, 2 months ago
- a66d65e Wait for dispatcher idle before asserting policy callbacks by Siarhei Vishniakou · 2 years, 3 months ago
- 3218fc0 Store coords and properties as vector in args by Siarhei Vishniakou · 2 years, 3 months ago
- aeebeb4 Use a strongly typed Pid in WindowInfo by Prabir Pradhan · 2 years, 3 months ago
- 6b323bd Merge "Move EventBuilders.h next to MotionEvent definitions" into udc-qpr-dev am: 6db5aaf680 am: 0baef9300f by Cody Heiner · 2 years, 2 months ago
- 6db5aaf Merge "Move EventBuilders.h next to MotionEvent definitions" into udc-qpr-dev by Cody Heiner · 2 years, 2 months ago
- 8be70cb Merge "Use a strongly typed Uid in WindowInfo" into udc-qpr-dev am: 042a7a0b19 am: 8a19cadc33 by Treehugger Robot · 2 years, 2 months ago
- 042a7a0 Merge "Use a strongly typed Uid in WindowInfo" into udc-qpr-dev by Treehugger Robot · 2 years, 2 months ago
- 1feacf4 Move EventBuilders.h next to MotionEvent definitions by Cody Heiner · 2 years, 3 months ago
- 8a5c41d Use a strongly typed Uid in WindowInfo by Prabir Pradhan · 2 years, 3 months ago
- f4e8f7f Convert InputVerifier to rust am: 5c02a71995 am: d6fe166e07 by Siarhei Vishniakou · 2 years, 3 months ago
- 5c02a71 Convert InputVerifier to rust by Siarhei Vishniakou · 2 years, 4 months ago
- 16394eb Merge "Deflake InterceptKeyIfKeyUp" into udc-qpr-dev am: cc65a9ccbc am: 85b58077d7 by Siarhei Vishniakou · 2 years, 3 months ago
- f54d2ab Deflake InterceptKeyIfKeyUp by Siarhei Vishniakou · 2 years, 3 months ago
- 8eecb0b Prevent targeted injection into non-owned windows am: 580fb3af17 am: 37355ed7de by Siarhei Vishniakou · 2 years, 3 months ago
- 580fb3a Prevent targeted injection into non-owned windows by Siarhei Vishniakou · 2 years, 4 months ago
- 051f99f Notify MetricsCollector of device interaction from Dispatcher am: 8ede1d12a5 am: 21f2fc5eda by Prabir Pradhan · 2 years, 3 months ago
- 21f2fc5 Notify MetricsCollector of device interaction from Dispatcher am: 8ede1d12a5 by Prabir Pradhan · 2 years, 3 months ago
- e632c7c Merge changes from topics "breakdown-usage-by-uid", "notify-device-interaction" into udc-qpr-dev by Prabir Pradhan · 2 years, 3 months ago
- 8ede1d1 Notify MetricsCollector of device interaction from Dispatcher by Prabir Pradhan · 2 years, 4 months ago
- b3dac9f Merge "Add tests for pointer stuck in TouchState" into udc-qpr-dev am: f6e3079e84 am: 6f1912a2b4 by TreeHugger Robot · 2 years, 3 months ago
- adb9fc9 Add tests for pointer stuck in TouchState by Siarhei Vishniakou · 2 years, 3 months ago
- 25fb08a Merge "Adds API to update InputDispatcher key repeat info." by Nergi Rahardi · 2 years, 3 months ago
- 635339c Merge "Move some definitions into anonymous namespaces" into udc-qpr-dev by Treehugger Robot · 2 years, 3 months ago
- 4fd8673 Ensure dispatcher is idle before checking policy state by Siarhei Vishniakou · 2 years, 3 months ago
- adeb6fa Move some definitions into anonymous namespaces by Siarhei Vishniakou · 2 years, 3 months ago
- d07aba4 Merge changes from topic "InputDeviceUsageReported" into udc-qpr-dev by Prabir Pradhan · 2 years, 3 months ago
- 730cf3c Adds API to update InputDispatcher key repeat info. by Nergi Rahardi · 2 years, 5 months ago
- 9205e42 inputflinger_tests: Add EventBuilders header by Prabir Pradhan · 2 years, 4 months ago
- af4028d Merge "Create new input targets for hover events" into udc-dev am: 1d810c5129 am: 1e7cda2e88 by Treehugger Robot · 2 years, 4 months ago
- 7adfb73 Merge "Create new input targets for hover events" into udc-dev am: 1d810c5129 am: c01d9fe46d by Treehugger Robot · 2 years, 4 months ago
- d5876ba Create new input targets for hover events by Siarhei Vishniakou · 2 years, 4 months ago
- 8c3fdc3 Merge "Ensure injected touches poke user activity" into udc-qpr-dev by Treehugger Robot · 2 years, 4 months ago
- 70c6ee8 Set cursor position to the first pointer for mouse events by Siarhei Vishniakou · 2 years, 4 months ago
- 90ee478 Ensure injected touches poke user activity by Siarhei Vishniakou · 2 years, 4 months ago
- 89b675e Merge "InputDispatcher: Only send touchpad nav gestures to trusted overlays" into udc-dev by Harry Cutts · 2 years, 4 months ago
- b166c00 InputDispatcher: Only send touchpad nav gestures to trusted overlays by Harry Cutts · 2 years, 4 months ago
- afa08cc Slip touch when the new window is valid by Siarhei Vishniakou · 2 years, 4 months ago
- b271771 Merge "Add Window Infos state to dumpsys" into udc-dev by Treehugger Robot · 2 years, 4 months ago