1. cfbee53 Move ADISPLAY_ID_ definitions into LogicalDisplayId by Siarhei Vishniakou · 1 year, 4 months ago
  2. 13bf76a Use a strongly typed LogicalDisplayId for displayId(2/n) by Linnan Li · 1 year, 4 months ago
  3. c534073 Extract FakeInputReceiver and FakeInputWindow into a separate cpp file by Prabir Pradhan · 1 year, 5 months ago
  4. 2defec0 Fuzz InputDispatcher by Siarhei Vishniakou · 2 years, 3 months ago
  5. 7f01919 Use rect instead of four int frame values for WindowInfo by Chavi Weingarten · 2 years, 1 month ago
  6. c41de37 Remove setInputWindows API by Siarhei Vishniakou · 2 years, 1 month ago
  7. aeebeb4 Use a strongly typed Pid in WindowInfo by Prabir Pradhan · 2 years, 2 months ago
  8. 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
  9. 8a5c41d Use a strongly typed Uid in WindowInfo by Prabir Pradhan · 2 years, 3 months ago
  10. 051f99f Notify MetricsCollector of device interaction from Dispatcher am: 8ede1d12a5 am: 21f2fc5eda by Prabir Pradhan · 2 years, 3 months ago
  11. 8ede1d1 Notify MetricsCollector of device interaction from Dispatcher by Prabir Pradhan · 2 years, 4 months ago
  12. 25fb08a Merge "Adds API to update InputDispatcher key repeat info." by Nergi Rahardi · 2 years, 3 months ago
  13. adeb6fa Move some definitions into anonymous namespaces by Siarhei Vishniakou · 2 years, 3 months ago
  14. 730cf3c Adds API to update InputDispatcher key repeat info. by Nergi Rahardi · 2 years, 4 months ago
  15. b271771 Merge "Add Window Infos state to dumpsys" into udc-dev by Treehugger Robot · 2 years, 4 months ago
  16. d828f30 Add Window Infos state to dumpsys by Patrick Williams · 2 years, 4 months ago
  17. a41d244 Clean up InputDispatcherPolicyInterface by Prabir Pradhan · 2 years, 4 months ago
  18. 678438e InputListener: Pass NotifyArgs by reference by Prabir Pradhan · 2 years, 4 months ago
  19. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 1 month ago
  20. 3347623 inputflinger: make parameter comment style consistent by Harry Cutts · 2 years, 7 months ago
  21. 15beb51 (touch-mode-md 2/n) Add md touch mode support in InputDispatcher by Antonio Kantek · 3 years, 2 months ago
  22. aed7ad0 Use sp<>::make instead of new by Siarhei Vishniakou · 3 years, 1 month ago
  23. a042c02 (touch-mode-md 1.1/n) Initialize per display touch mode (native) by Antonio Kantek · 3 years, 2 months ago
  24. 0651792 Merge "Reland: Change input injection security model" by Prabir Pradhan · 3 years, 4 months ago
  25. 3ce9c3a Cleanup: Block untrusted touches in InputDispatcher by Hani Kazmi · 3 years, 4 months ago
  26. 5735a32 Reland: Change input injection security model by Prabir Pradhan · 3 years, 5 months ago
  27. 4df80f5 Revert "Change input injection security model to require INJECT_..." by Prabir Pradhan · 3 years, 5 months ago
  28. 985a1b2 Change input injection security model to require INJECT_EVENTS permission by Prabir Pradhan · 3 years, 6 months ago
  29. 8c84b80 Add benchmark for onWindowInfosChanged by Siarhei Vishniakou · 3 years, 5 months ago
  30. edd9640 Support ANRs from windows that are not tracked by WM by Prabir Pradhan · 3 years, 6 months ago
  31. 4d5c52f Introduce WindowInfo::InputConfig flag to control input behavior by Prabir Pradhan · 3 years, 7 months ago
  32. 1805009 Remove RefBase from InputListener interface by Siarhei Vishniakou · 4 years ago
  33. b9b1850 Add display transform to MotionEvent for raw coords by Prabir Pradhan · 4 years ago
  34. 5cc1a69 Use sequence numbers to synchronize enabling Pointer Capture (1/2) by Prabir Pradhan · 4 years, 1 month ago
  35. 15fab6f Add WindowInfosListener to Input by chaviw · 4 years, 3 months ago
  36. 0957669 Plumb through display orientation separate from transform by Evan Rosky · 4 years, 2 months ago
  37. 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 3 months ago
  38. f265212 Add LatencyTracker to InputDispatcher by Siarhei Vishniakou · 4 years, 6 months ago
  39. 84f07f0 Add enough information to compatibility-transform getRaw() by Evan Rosky · 4 years, 4 months ago
  40. f452d0b Move drag event to InputDispatcher (5/n) by arthurhung · 4 years, 8 months ago
  41. 01803f6 Merge "Include display ID in user activity reporting" into sc-dev by Sean Stout · 4 years, 6 months ago
  42. b4e0a59 Include display ID in user activity reporting by Sean Stout · 4 years, 6 months ago
  43. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 4 years, 7 months ago
  44. fb55290 Add vibrator state listener support for input device vibrator by Chris Ye · 4 years, 7 months ago
  45. 3c63fa4 Split monitor and window ANR notification paths by Siarhei Vishniakou · 4 years, 8 months ago
  46. f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 4 years, 10 months ago
  47. 9998771 SyncPointerCapture (5/n): Move Pointer Capture to InputDispatcher by Prabir Pradhan · 4 years, 10 months ago
  48. 234129c Tell policy about responsive connections by Siarhei Vishniakou · 4 years, 10 months ago
  49. f5c9e22 Merge "Notify policy of untrusted touch for toast" by Bernardo Rufino · 4 years, 11 months ago
  50. 2e1f651 Notify policy of untrusted touch for toast by Bernardo Rufino · 4 years, 11 months ago
  51. ae6229e Use enum class for injection constants by Siarhei Vishniakou · 6 years ago
  52. 1560166 Second reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  53. 400128f Revert "Reland "Let InputFlinger create the server InputChannel"" by Garfield Tan · 5 years ago
  54. 62b523e Reland "Let InputFlinger create the server InputChannel" by Garfield Tan · 5 years ago
  55. 015cb70 Revert "Let InputFlinger create the server InputChannel" by Roshan Pius · 5 years ago
  56. 6e9f864 Let InputFlinger create the server InputChannel by Garfield Tan · 5 years ago
  57. 47074b8 Rename InputWindowHandle hasFocus to focusable by Vishnu Nair · 5 years ago
  58. d549b25 Prevent use of invalidated iterator by Siarhei Vishniakou · 5 years ago
  59. 7062295 Add default input dispatching timeout constant by Siarhei Vishniakou · 5 years ago
  60. a209fde Move InputApplication to use std::shared_ptr. by Chris Ye · 5 years ago
  61. 6c4243b Use AIDL compiler to generate InputApplicationInfo class. by Chris Ye · 5 years ago
  62. 9eaa22c Updated MotionEvent to use Transform by chaviw · 5 years ago
  63. d258827 Use unique_ptr when creating InputChannel by Siarhei Vishniakou · 5 years ago
  64. ce5ab08 Use std::shared_ptr for InputChannel by Siarhei Vishniakou · 5 years ago
  65. 44753b1 Move things in InputWindowInfo to enum classes by Michael Wright · 5 years ago
  66. c1ae556 Use chrono for dispatching timeout by Siarhei Vishniakou · 5 years ago
  67. 7e838c2 Merge "Use <chrono> for input-related timeouts" into rvc-dev by Siarhei Vishniakou · 5 years ago
  68. b1a1627 Rename ANR -> Anr by Siarhei Vishniakou · 5 years ago
  69. 097c3db Use <chrono> for input-related timeouts by Siarhei Vishniakou · 5 years ago
  70. 72d8dc3 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 5 years ago
  71. 25e2af1 Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" by Arthur Hung · 5 years ago
  72. 2d112c5 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 5 years ago
  73. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  74. fbe732e Add ID to native events. by Garfield Tan · 6 years ago
  75. 9c858ac Add hmac to InputEvent and scale to MotionEvent by Siarhei Vishniakou · 6 years ago
  76. adfd4fa Update eventTime to prevent stale events by Siarhei Vishniakou · 6 years ago
  77. cb92321 Remove layer from window handle since it's no longer used by chaviw · 6 years ago
  78. d078476 Add benchmarks for InputDispatcher by Siarhei Vishniakou · 6 years ago