1. 6db8d6e Merge "Use Transform in InputDispatcher" by Chavi Weingarten · 4 years ago
  2. 1ff3d1e Use Transform in InputDispatcher by chaviw · 4 years, 1 month ago
  3. d258827 Use unique_ptr when creating InputChannel by Siarhei Vishniakou · 4 years, 1 month ago
  4. ce5ab08 Use std::shared_ptr for InputChannel by Siarhei Vishniakou · 4 years, 1 month ago
  5. 44753b1 Move things in InputWindowInfo to enum classes by Michael Wright · 4 years, 1 month ago
  6. df26e86 Fix 2 issues related to hover event dispatching. by Garfield Tan · 4 years, 1 month ago
  7. c1ae556 Use chrono for dispatching timeout by Siarhei Vishniakou · 4 years, 1 month ago
  8. a7d36fd Increase ANR test timeouts by Siarhei Vishniakou · 4 years, 1 month ago
  9. d44dddf Report ANR when waited for longer than the timeout by Siarhei Vishniakou · 4 years, 4 months ago
  10. 4cb50ca Add basic ANR test by Siarhei Vishniakou · 4 years, 2 months ago
  11. cd899e8 Add locks to InputDispatcher_test by Siarhei Vishniakou · 4 years, 3 months ago
  12. 7e838c2 Merge "Use <chrono> for input-related timeouts" into rvc-dev by Siarhei Vishniakou · 4 years, 3 months ago
  13. bd1a562 Merge "Add test to call setInputWindows twice" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  14. b1a1627 Rename ANR -> Anr by Siarhei Vishniakou · 4 years, 3 months ago
  15. 097c3db Use <chrono> for input-related timeouts by Siarhei Vishniakou · 4 years, 3 months ago
  16. fb9fcda Add test to call setInputWindows twice by Siarhei Vishniakou · 4 years, 3 months ago
  17. 540dbae Generate a new id for each window by Siarhei Vishniakou · 4 years, 3 months ago
  18. 0716947 Merge "Consume events in dispatcher tests" into rvc-dev by TreeHugger Robot · 4 years, 4 months ago
  19. 03aee2a Consume events in dispatcher tests by Siarhei Vishniakou · 4 years, 4 months ago
  20. 72d8dc3 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 4 months ago
  21. 25e2af1 Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" by Arthur Hung · 4 years, 4 months ago
  22. 2d112c5 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 5 months ago
  23. 47040bf Test MotionEvents for InputDispatcher::verifyInputEvent by Siarhei Vishniakou · 4 years, 5 months ago
  24. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 4 years, 6 months ago
  25. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 4 years, 6 months ago
  26. fbe732e Add ID to native events. by Garfield Tan · 4 years, 6 months ago
  27. e908789 Use hmac to sign events in InputDispatcher by Gang Wang · 4 years, 7 months ago
  28. 342c927 Add HmacKeyManager to InputDispatcher by Gang Wang · 4 years, 7 months ago
  29. 5d3bc37 Generate down events when transferring touch focus by Svet Ganov · 4 years, 6 months ago
  30. 9c858ac Add hmac to InputEvent and scale to MotionEvent by Siarhei Vishniakou · 4 years, 6 months ago
  31. 65f98b8 Handle different scale and offset for pointers in InputTarget. by Chavi Weingarten · 4 years, 6 months ago
  32. 0e150f4 Merge "Revert "Handle different scale and offset for pointers in InputTarget."" by Chavi Weingarten · 4 years, 6 months ago
  33. 114b77f Revert "Handle different scale and offset for pointers in InputTarget." by Chavi Weingarten · 4 years, 7 months ago
  34. f157a26 Merge "Move focus dispatch to input (1/2)" by TreeHugger Robot · 4 years, 7 months ago
  35. 97b8eec Handle different scale and offset for pointers in InputTarget. by Chavi Weingarten · 4 years, 7 months ago
  36. f1035d4 Move focus dispatch to input (1/2) by Siarhei Vishniakou · 4 years, 10 months ago
  37. b38d8c6 Revert "Handle different scale and offset for pointers in InputTarget." by Chavi Weingarten · 4 years, 7 months ago
  38. 5d22a23 Handle different scale and offset for pointers in InputTarget. by chaviw · 4 years, 8 months ago
  39. cb92321 Remove layer from window handle since it's no longer used by chaviw · 4 years, 7 months ago
  40. af87b3e Added input support for cloned layers by chaviw · 4 years, 10 months ago
  41. d1c2318 Separated Receiver and Window for input tests by chaviw · 4 years, 7 months ago
  42. d078476 Add benchmarks for InputDispatcher by Siarhei Vishniakou · 4 years, 9 months ago
  43. 81e2bb9 Consume batches in dispatcher tests by chaviw · 4 years, 7 months ago
  44. 3a240c4 Check whether channel has been removed before sending cancelation. by Michael Wright · 4 years, 8 months ago
  45. 3608aad Let InputDispatcher handle its own thread by Prabir Pradhan · 4 years, 10 months ago
  46. 2bfa905 Wait until dispatcher is idle by Siarhei Vishniakou · 4 years, 8 months ago
  47. 7feb2ea Add FocusEvent and InputMessage::Type::FOCUS by Siarhei Vishniakou · 4 years, 8 months ago
  48. b9b1535 Rename some variables in InputDispatcher_test by Siarhei Vishniakou · 4 years, 8 months ago
  49. d99e1b6 Refactor filterInputEvent asserts by Siarhei Vishniakou · 4 years, 8 months ago
  50. 08b574f Add busy wait for consume() call by Siarhei Vishniakou · 4 years, 9 months ago
  51. c5ca85c Add check for action in consumeEvent by Siarhei Vishniakou · 4 years, 9 months ago
  52. 8935a80 Refactor inputfilter tests by Siarhei Vishniakou · 4 years, 9 months ago
  53. 26d3cfb Remove InputChannel::setToken by Siarhei Vishniakou · 4 years, 10 months ago
  54. 7c34b23 Remove unused parameter displayId by Siarhei Vishniakou · 4 years, 10 months ago
  55. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 5 years ago
  56. 0fc2fa7 Move InputDispatcher code into a folder. by Garfield Tan · 5 years ago
  57. 21da0ff Remove handling of EV_MSC/MSC_TIMESTAMP in Input by Atif Niyaz · 5 years ago
  58. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 5 years ago
  59. 63364ad Merge "Add concept of gesture input monitors." by Michael Wright · 5 years ago
  60. 3dd60e2 Add concept of gesture input monitors. by Michael Wright · 5 years ago
  61. fd6d351 Add onPointerDownOutsideFocus for events outside the focused window (2/4) by chaviw · 5 years ago
  62. 38b1f27 Merge "Make InputApplicationInfo as a part of InputApplicationHandle (1/2)" by TreeHugger Robot · 5 years ago
  63. 7a0c39a Make InputApplicationInfo as a part of InputApplicationHandle (1/2) by Arthur Hung · 5 years ago
  64. 7c3ae9c Use std::vector over Vector for InputFlinger (1/3) by Arthur Hung · 5 years ago
  65. c236efc Merge "Make interceptMotionBeforeQueueingNonInteractive per display" by Charles Chen · 5 years ago
  66. 6b5a2b9 Fix Native tests for input are broken in postsubmit by Arthur Hung · 5 years ago
  67. 3611f1f Make interceptMotionBeforeQueueingNonInteractive per display by Charles Chen · 5 years ago
  68. 832bc4a Fix SetInputWindow_InputWindowInfo takes too long by Arthur Hung · 6 years ago
  69. f969668 Send all MotionEvents to InputFilter. by Jackal Guo · 6 years ago
  70. 7ab76b1 Fix top most focused window can't gain the focus by Arthur Hung · 6 years ago
  71. 13933bc Merge "Added last focused window to notifyFocusChanged callback" by Chavi Weingarten · 6 years ago
  72. 49e5922 Add classification to MotionEvent by Siarhei Vishniakou · 6 years ago
  73. 0c06c6e Added last focused window to notifyFocusChanged callback by chaviw · 6 years ago
  74. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 6 years ago
  75. 740167f Rework InputApplicationInfo by Robert Carr · 6 years ago
  76. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 6 years ago
  77. 4e670e5 InputDispatcher: Look up channel by token. by Robert Carr · 6 years ago
  78. 803535b InputDispatcher: Track InputChannels by IBinder token. by Robert Carr · 6 years ago
  79. 3b413f2 Make InputWindowInfo as a part of InputWindowHandle (1/2) by Arthur Hung · 6 years ago
  80. 2fbf37f Support monitor input per display (1/2) by Arthur Hung · 6 years ago
  81. 8664f8c Ensure the cancelled event has AKEY_EVENT_FLAG_CANCELED by Tiger Huang · 6 years ago
  82. 721e26f Track focus changes on external displays (1/4) by Tiger Huang · 6 years ago
  83. b92218b Fix WM input limitations on secondary displays (2/4) by Arthur Hung · 6 years ago
  84. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 6 years ago
  85. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 6 years ago
  86. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  87. 8b10c65 Fix typo from last commit. by Dan Albert · 8 years ago
  88. 1bd2fc0 Clean up warnings in inputflinger. by Dan Albert · 8 years ago
  89. 7b159c9 Revert "Revert "Add new MotionEvent actions for button press and release."" by Michael Wright · 9 years ago
  90. 70b41ef Revert "Add new MotionEvent actions for button press and release." by Michael Wright · 9 years ago
  91. 48a8a0e Add new MotionEvent actions for button press and release. by Michael Wright · 9 years ago
  92. 39efe3e Clean up unused parameter warnings. by Narayan Kamath · 10 years ago
  93. dc5992e Plumb display power state through display manager. by Jeff Brown · 10 years ago
  94. f086ddb Add support for injecting events into ActivityContainers. by Jeff Brown · 10 years ago
  95. d02c5b6 Move inputservice over to frameworks/native by Michael Wright · 10 years ago