- c392d8f InputListener: Pass NotifyArgs by reference by Prabir Pradhan · 2 years, 4 months ago
- 272949d Merge "Convert input event type to enum class" into udc-dev am: ae55bae7a8 am: a274d86799 by Siarhei Vishniakou · 2 years, 4 months ago
- 63b6361 Convert input event type to enum class by Siarhei Vishniakou · 2 years, 4 months ago
- 881db22 Merge "Expand fatal log for HOVER_MOVE" into udc-dev am: cda245feee am: 8421055d60 by Siarhei Vishniakou · 2 years, 4 months ago
- c2eb850 Expand fatal log for HOVER_MOVE by Siarhei Vishniakou · 2 years, 4 months ago
- f02ac82 Merge "Fix HMAC Compare time attack" into udc-dev am: a93641a813 am: 23d3772e53 by Timothy Yiu · 2 years, 4 months ago
- a93641a Merge "Fix HMAC Compare time attack" into udc-dev by Timothy Yiu · 2 years, 4 months ago
- 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 1 month ago
- 09a8fe4 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 1 month ago
- 1573a67 Fix HMAC Compare time attack by tyiu · 2 years, 6 months ago
- e676ca2 Merge changes from topic "dispatcher-hit-test-logical-display" into udc-dev am: 5494214177 am: 6d7fb49342 by Prabir Pradhan · 2 years, 5 months ago
- 3937e92 InputDispatcher: Use floats to represent location coordinates am: 82e081e9c3 am: 546cdbece7 by Prabir Pradhan · 2 years, 5 months ago
- 33e3baa InputDispatcher: Perform hit test in logical display space by Prabir Pradhan · 2 years, 8 months ago
- 82e081e InputDispatcher: Use floats to represent location coordinates by Prabir Pradhan · 2 years, 8 months ago
- d0e6569 Merge "Handle back shortcuts in native and remove home shortcut handling" into udc-dev am: 054486aebc am: 4a55b75516 by Vaibhav Devmurari · 2 years, 5 months ago
- 34cd5b0 Handle back shortcuts in native and remove home shortcut handling by Vaibhav Devmurari · 2 years, 6 months ago
- 4ca9727 DO NOT MERGE Do not crash when invalid event is received by Siarhei Vishniakou · 2 years, 5 months ago
- 96282b0 Minor logging improvements in InputDispatcher and InputTransport by Prabir Pradhan · 2 years, 6 months ago
- 6561380 Allow debug logging of dispatcher's inbound events to be enabled on the fly by Prabir Pradhan · 2 years, 6 months ago
- a06bb55 Remove DisplayInfo not found log by Siarhei Vishniakou · 2 years, 6 months ago
- f372b81 Allow new gestures to cancel current gestures by Siarhei Vishniakou · 2 years, 6 months ago
- 16e4fa0 Improve crash message when downTime is missing by Siarhei Vishniakou · 2 years, 6 months ago
- 6de91ec Merge "Ignore hover events while pointers are already down" by Siarhei Vishniakou · 2 years, 6 months ago
- 2e3e443 Ignore hover events while pointers are already down by Siarhei Vishniakou · 2 years, 6 months ago
- 5bf25d9 Add POLICY_FLAG_PASS_TO_USER to complete the gesture by Siarhei Vishniakou · 2 years, 6 months ago
- 8a87835 Use std::bitset for tracking pointers in the dispatcher by Siarhei Vishniakou · 2 years, 6 months ago
- 3347623 inputflinger: make parameter comment style consistent by Harry Cutts · 2 years, 6 months ago
- e0431e4 Only send events to windows with pointers by Siarhei Vishniakou · 2 years, 6 months ago
- 060f82b Keep track of pilfered pointer explicitly by Siarhei Vishniakou · 2 years, 6 months ago
- 1ae72f1 Add FLAG_CANCELED for all ACTION_CANCEL events by Siarhei Vishniakou · 2 years, 6 months ago
- f886dec Revert "Remove filterNonTouchAsIs function" by Sam Dubey · 2 years, 6 months ago
- 719f506 Remove filterNonTouchAsIs function by Siarhei Vishniakou · 2 years, 8 months ago
- 8619eb3 Remove goto from InputDispatcher by Siarhei Vishniakou · 2 years, 8 months ago
- 0026b4c Return InputTargets instead of TouchedWindows by Siarhei Vishniakou · 2 years, 9 months ago
- d010b01 Improve debug prints in InputDispatcher by Siarhei Vishniakou · 2 years, 7 months ago
- b581f7f Track hovering pointers explicitly -- try 2 by Siarhei Vishniakou · 2 years, 8 months ago
- c539dbb Fix wallpaper window multi-touch by Arthur Hung · 2 years, 8 months ago
- 39d37cf Revert "Track hovering pointers explicitly" by Sam Dubey · 2 years, 8 months ago
- d57302f Track hovering pointers explicitly by Siarhei Vishniakou · 2 years, 9 months ago
- 2f61bdc Stricter validation of motion events in dispatcher by Siarhei Vishniakou · 2 years, 8 months ago
- 5cee1e3 Add test for hover events over spy window by Siarhei Vishniakou · 2 years, 8 months ago
- c4f09ef Merge "Check display id of the last hover window before it is cleared" by Siarhei Vishniakou · 2 years, 8 months ago
- 74c3d78 Merge changes I4fdbdad3,Ied8edcab,I360c4318 by Michael Wright · 2 years, 9 months ago
- 5caf55a Convert KeyEntry::InterceptKeyResult to enum class. by Michael Wright · 2 years, 9 months ago
- fb04fd5 Convert CancelationOptions::Mode to an enum class. by Michael Wright · 2 years, 9 months ago
- 3cec446 Fix for-loop type in dumpDispatchStateLocked by Michael Wright · 2 years, 9 months ago
- 74c248d Fix wallpaper window can't receive up event by Arthur Hung · 2 years, 9 months ago
- dae9dfc Check display id of the last hover window before it is cleared by Tommy Nordgren · 2 years, 10 months ago
- 327b935 Merge "Fix ACTION_POINTER_DOWN reports wrong pointers" by Arthur Hung · 2 years, 9 months ago
- 0b0374d Erase touch state if empty by Siarhei Vishniakou · 2 years, 9 months ago
- 9648374 Fix ACTION_POINTER_DOWN reports wrong pointers by Arthur Hung · 2 years, 9 months ago
- 8a0d7dd Merge changes I3dae9b50,I3d687a10 by Prabir Pradhan · 2 years, 9 months ago
- e562696 Input: Add isStylusToolType() utility function by Prabir Pradhan · 2 years, 10 months ago
- 253f464 Use ftl::Flags for InputTarget flags by Siarhei Vishniakou · 2 years, 9 months ago
- 6e1e987 Dump TouchState and TouchedWindow by Siarhei Vishniakou · 2 years, 9 months ago
- 40b8fbd Remove TouchState::displayId by Siarhei Vishniakou · 2 years, 9 months ago
- 3ad385b Remove TouchState::down variable by Siarhei Vishniakou · 2 years, 9 months ago
- f0ab2c8 Remove wrongDevice variable by Siarhei Vishniakou · 2 years, 10 months ago
- 64a9853 Remove TouchState::split variable by Siarhei Vishniakou · 2 years, 10 months ago
- dbcf33b Merge "Do not send nextWakeupTime to findTouchedWindowTargetsLocked" by Siarhei Vishniakou · 2 years, 9 months ago
- 79c3266 Remove 2 goto statements for wrongDevice by Siarhei Vishniakou · 2 years, 10 months ago
- 4fe5739 Do not send nextWakeupTime to findTouchedWindowTargetsLocked by Siarhei Vishniakou · 2 years, 10 months ago
- b6421e1 Merge "Separate logic for publishing motion events" by Siarhei Vishniakou · 2 years, 10 months ago
- cce7e11 Separate logic for publishing motion events by Siarhei Vishniakou · 2 years, 10 months ago
- 6278ca2 Return touched windows from findTouchedWindowTargetsLocked by Siarhei Vishniakou · 2 years, 10 months ago
- f75cddb Mark addWindowTargetLocked as const by Siarhei Vishniakou · 2 years, 10 months ago
- f888230 Merge "Mark findTouchedWindowAtLocked const" by Siarhei Vishniakou · 2 years, 10 months ago
- 6ebd069 Mark findTouchedWindowAtLocked const by Siarhei Vishniakou · 2 years, 10 months ago
- 1ab7143 Delete obsolete TODO in setInTouchMode by Antonio Kantek · 2 years, 10 months ago
- 5b79930 Make inputflinger_tests compile for musl by Colin Cross · 2 years, 10 months ago
- 3197718 Run some inputflinger_tests on host by Siarhei Vishniakou · 2 years, 10 months ago
- 9306c38 Use consistent coordinate extraction code in dispatcher by Siarhei Vishniakou · 2 years, 10 months ago
- d4e3f3a Improve logs for windows with NO_INPUT_CHANNEL by Siarhei Vishniakou · 2 years, 11 months ago
- 15beb51 (touch-mode-md 2/n) Add md touch mode support in InputDispatcher by Antonio Kantek · 3 years, 2 months ago
- b534372 Merge "[Optimization] It's no need to start the dispatch cycle going if the outbound queue was not previously empty." by Siarhei Vishniakou · 2 years, 11 months ago
- 95785e2 [Optimization] It's no need to start the dispatch cycle going if the outbound queue was not previously empty. by hongzuo liu · 3 years ago
- e4df875 Revert "InputDispatcher: Blame the window from the focus request for ANR" by Vishnu Nair · 2 years, 11 months ago
- 2f5bc8b InputDispatcher: Blame the window from the focus request for ANR by Vishnu Nair · 3 years ago
- aed7ad0 Use sp<>::make instead of new by Siarhei Vishniakou · 3 years ago
- cf72c73 Merge changes Ib7e34368,I444cf8c5 by TreeHugger Robot · 3 years ago
- 814fe08 Reland: InputDispatcher: Allow all windows to be removed from a display by Prabir Pradhan · 3 years, 1 month ago
- b75c2aa Fix drag and drop access wrong pointer id by Arthur Hung · 3 years, 1 month ago
- 03d2ea6 Merge "Transform injected cursor positions" into tm-qpr-dev am: e23a168dd4 am: e349b9de72 by TreeHugger Robot · 3 years, 1 month ago
- d9a2ebe Transform injected cursor positions by Prabir Pradhan · 3 years, 1 month ago
- a042c02 (touch-mode-md 1.1/n) Initialize per display touch mode (native) by Antonio Kantek · 3 years, 1 month ago
- 882bd9b Send correct downtime for motion events in split pointers case by Vaibhav Devmurari · 3 years, 2 months ago
- 6abcf8f Call pilfer pointers when second pointer goes down during D&D by Vaibhav Devmurari · 3 years, 2 months ago
- 086feab Merge "Modify pilferpointers API to selectively cancel pointers" by Vaibhav Devmurari · 3 years, 2 months ago
- 3fc7a61 Merge "Fix drag surface may stuck in multi displays" into tm-dev am: 02165220ca am: 32c8686614 by TreeHugger Robot · 3 years, 2 months ago
- 3915c1f Fix drag surface may stuck in multi displays by Arthur Hung · 3 years, 2 months ago
- ff798f3 Modify pilferpointers API to selectively cancel pointers by Vaibhav Devmurari · 3 years, 3 months ago
- e79088c Merge "Make sure all debug logs could be present after enabled" into tm-dev am: 2b9326b1d2 am: afdd82a959 am: 40d39c5a85 am: 1cb483e7aa by Arthur Hung · 3 years, 3 months ago
- 1a1007b Make sure all debug logs could be present after enabled by Arthur Hung · 3 years, 3 months ago
- 8a2b1a4 Reland: Change input injection security model by Prabir Pradhan · 3 years, 4 months ago
- 1e28ac4 Fix drag and drop may stuck in multi touch am: 54745651cc am: f270ca49ab am: 7b2bea286e am: 43db0f8c1c by Arthur Hung · 3 years, 3 months ago
- 0651792 Merge "Reland: Change input injection security model" by Prabir Pradhan · 3 years, 3 months ago
- 5474565 Fix drag and drop may stuck in multi touch by Arthur Hung · 3 years, 4 months ago
- 0d17cd4 Merge "Address Pointer Capture crash during rapid toggles" into tm-dev am: 0f24a7c37b am: 810b002899 am: 689e8ad651 am: 0c2c497727 by Prabir Pradhan · 3 years, 3 months ago
- 7092e26 Address Pointer Capture crash during rapid toggles by Prabir Pradhan · 3 years, 3 months ago
- 3ce9c3a Cleanup: Block untrusted touches in InputDispatcher by Hani Kazmi · 3 years, 4 months ago