1. fcdff3e Change InputWindowInfo::isTrustedOverlay() to be permission and flag based. by Chris Ye · 4 years, 3 months ago
  2. 7823add Merge "Reduce the usage of goto statements in dispatcher" by TreeHugger Robot · 4 years, 3 months ago
  3. 767917f Reduce the usage of goto statements in dispatcher by Siarhei Vishniakou · 4 years, 5 months ago
  4. 4e89e80 Merge "Fix consumer closed input channel cause an error occurred (2/2)" into rvc-dev am: f9d44007cc am: c4c9c837ee am: 409f2fc8cd am: 7c0b6b3b3f by TreeHugger Robot · 4 years, 3 months ago
  5. f9d4400 Merge "Fix consumer closed input channel cause an error occurred (2/2)" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  6. 08b6084 Merge "Use <chrono> for input-related timeouts" into rvc-dev am: 7e838c2377 am: 292a1f7c9b am: 1b4b1ff162 am: 9f32a48a2b by Siarhei Vishniakou · 4 years, 3 months ago
  7. 7e838c2 Merge "Use <chrono> for input-related timeouts" into rvc-dev by Siarhei Vishniakou · 4 years, 3 months ago
  8. c904c6e Rename ANR -> Anr am: b1a1627da8 am: 8401188882 am: 2dce34e1cb am: aeb9d627c5 by Siarhei Vishniakou · 4 years, 3 months ago
  9. b1a1627 Rename ANR -> Anr by Siarhei Vishniakou · 4 years, 3 months ago
  10. 097c3db Use <chrono> for input-related timeouts by Siarhei Vishniakou · 4 years, 3 months ago
  11. d352cb3 Fix consumer closed input channel cause an error occurred (2/2) by arthurhung · 4 years, 3 months ago
  12. d6f449d Merge "DO NOT MERGE: InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations" into rvc-dev by Rob Carr · 4 years, 3 months ago
  13. 9cada03 DO NOT MERGE: InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations by Robert Carr · 4 years, 4 months ago
  14. 722ec45 Merge "InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations" by Rob Carr · 4 years, 3 months ago
  15. 3d61bc1 Optimization: Restrict signing to ACTION_UP and ACTION_DOWN while doing a motion gesture such as scrolling apps by Edgar Arriaga · 4 years, 4 months ago
  16. c6ae4bb Optimization: Restrict signing to ACTION_UP and ACTION_DOWN while doing a motion gesture such as scrolling apps by Edgar Arriaga · 4 years, 4 months ago
  17. c9bf1d3 InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations by Robert Carr · 4 years, 4 months ago
  18. 846a177 Merge "Fix KeyEventInterceptTest fail" into rvc-dev am: c41bb27e88 am: 373272952d am: c920d84526 am: 6e02c929c4 by TreeHugger Robot · 4 years, 4 months ago
  19. b1462ec Fix KeyEventInterceptTest fail by arthurhung · 4 years, 4 months ago
  20. 4c2845f InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL am: 2984b7af4f am: fca117ce50 am: 4d52d7f5d0 am: 6ff8ceda6e by Robert Carr · 4 years, 4 months ago
  21. 2984b7a InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL by Robert Carr · 4 years, 4 months ago
  22. 33eceeb Make tempTouchState a local variable by Siarhei Vishniakou · 4 years, 5 months ago
  23. 4700f82 Replace KeyedVector with unordered_map in dispatcher by Siarhei Vishniakou · 4 years, 5 months ago
  24. 55fbf82 Merge "Make addGestureMonitors static" by TreeHugger Robot · 4 years, 4 months ago
  25. 67d4450 Print window flags in dumpsys input by Siarhei Vishniakou · 4 years, 4 months ago
  26. f0007dd Make addGestureMonitors static by Siarhei Vishniakou · 4 years, 4 months ago
  27. f413080 Merge "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" into rvc-dev am: a02bd19485 am: 4aca7a0806 am: d67fc25700 am: 2629404d93 by TreeHugger Robot · 4 years, 4 months ago
  28. 72d8dc3 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 4 months ago
  29. 4fb0196 Merge "Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)"" into rvc-dev am: 8f0b5bda58 am: de2139ee9c am: 6835bcf12a am: f755abcd50 by Kelly Rossmoyer · 4 years, 5 months ago
  30. 25e2af1 Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" by Arthur Hung · 4 years, 5 months ago
  31. 52317e3 Merge "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" into rvc-dev am: f4f7283fc6 am: bddd93acc4 am: f020081f83 am: 0d66716c3d am: 40e85f5585 by TreeHugger Robot · 4 years, 5 months ago
  32. f28cc4e Input window info has the same token with newTouchedWindowHandle is not obscured window by mincheli · 4 years, 5 months ago
  33. 2d112c5 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 5 months ago
  34. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 4 years, 6 months ago
  35. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 4 years, 6 months ago
  36. fbe732e Add ID to native events. by Garfield Tan · 4 years, 7 months ago
  37. ff1f1bb Let InputFlinger generate event IDs. by Garfield Tan · 4 years, 6 months ago
  38. 6a5a14e Rename sequenceNum to ID. by Garfield Tan · 4 years, 6 months ago
  39. 4cc839f Add ID to native events. by Garfield Tan · 4 years, 7 months ago
  40. e908789 Use hmac to sign events in InputDispatcher by Gang Wang · 4 years, 7 months ago
  41. 0d8ed6e Use VIRTUAL_KEYBOARD_ID for injected events by Siarhei Vishniakou · 4 years, 7 months ago
  42. 342c927 Add HmacKeyManager to InputDispatcher by Gang Wang · 4 years, 7 months ago
  43. 54d3e18 Add verifyInputEvent api to InputDispatcher by Siarhei Vishniakou · 4 years, 7 months ago
  44. 5d3bc37 Generate down events when transferring touch focus by Svet Ganov · 4 years, 7 months ago
  45. 90f78f2 Merge "Create InputThread to manage inputflinger threads" by Prabir Pradhan · 4 years, 6 months ago
  46. 8235709 Send raw coordinates to client but scale when getting relative by chaviw · 4 years, 6 months ago
  47. aa8c8df Merge "Add hmac to InputEvent and scale to MotionEvent" by TreeHugger Robot · 4 years, 6 months ago
  48. 01b59d8 Merge "Reduce indentation of a method" by TreeHugger Robot · 4 years, 6 months ago
  49. 9c858ac Add hmac to InputEvent and scale to MotionEvent by Siarhei Vishniakou · 4 years, 7 months ago
  50. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 4 years, 9 months ago
  51. 65f98b8 Handle different scale and offset for pointers in InputTarget. by Chavi Weingarten · 4 years, 7 months ago
  52. 0e150f4 Merge "Revert "Handle different scale and offset for pointers in InputTarget."" by Chavi Weingarten · 4 years, 7 months ago
  53. bd11889 Reduce indentation of a method by Siarhei Vishniakou · 4 years, 7 months ago
  54. 114b77f Revert "Handle different scale and offset for pointers in InputTarget." by Chavi Weingarten · 4 years, 7 months ago
  55. f157a26 Merge "Move focus dispatch to input (1/2)" by TreeHugger Robot · 4 years, 7 months ago
  56. 97b8eec Handle different scale and offset for pointers in InputTarget. by Chavi Weingarten · 4 years, 7 months ago
  57. f1035d4 Move focus dispatch to input (1/2) by Siarhei Vishniakou · 4 years, 11 months ago
  58. 5d6b661 Use const reference instead of pointer by Siarhei Vishniakou · 4 years, 7 months ago
  59. b38d8c6 Revert "Handle different scale and offset for pointers in InputTarget." by Chavi Weingarten · 4 years, 7 months ago
  60. 5d22a23 Handle different scale and offset for pointers in InputTarget. by chaviw · 4 years, 8 months ago
  61. adfd4fa Update eventTime to prevent stale events by Siarhei Vishniakou · 4 years, 8 months ago
  62. cb92321 Remove layer from window handle since it's no longer used by chaviw · 4 years, 7 months ago
  63. af87b3e Added input support for cloned layers by chaviw · 4 years, 10 months ago
  64. 3a240c4 Check whether channel has been removed before sending cancelation. by Michael Wright · 4 years, 8 months ago
  65. 3608aad Let InputDispatcher handle its own thread by Prabir Pradhan · 4 years, 10 months ago
  66. 2bfa905 Wait until dispatcher is idle by Siarhei Vishniakou · 4 years, 9 months ago
  67. 7feb2ea Add FocusEvent and InputMessage::Type::FOCUS by Siarhei Vishniakou · 4 years, 9 months ago
  68. f3bc1aa Receive touch mode state from WindowManager by Siarhei Vishniakou · 4 years, 9 months ago
  69. 3b37f9a Add toString and remove default case by Siarhei Vishniakou · 4 years, 9 months ago
  70. 4948327 Use enum class for EventEntry by Siarhei Vishniakou · 4 years, 10 months ago
  71. 26d3cfb Remove InputChannel::setToken by Siarhei Vishniakou · 4 years, 10 months ago
  72. d0d71b6 Look up Connection by token by Siarhei Vishniakou · 4 years, 10 months ago
  73. 00fca7c Return vector of cancellation events by Siarhei Vishniakou · 4 years, 10 months ago
  74. 9757f78 Return KeyEvent instead of initializing by Siarhei Vishniakou · 4 years, 10 months ago
  75. d277004 Use const reference when not modifying objects by Siarhei Vishniakou · 4 years, 10 months ago
  76. 9ccc2f0 Merge "Remove logspam" by TreeHugger Robot · 4 years, 10 months ago
  77. 0fb1a0e Use enum class for DropReason by Siarhei Vishniakou · 4 years, 10 months ago
  78. 7c34b23 Remove unused parameter displayId by Siarhei Vishniakou · 4 years, 10 months ago
  79. 028f3b3 Merge "InputDispatcher: Fix typo" by TreeHugger Robot · 4 years, 10 months ago
  80. 372fbe4 InputDispatcher: Fix typo by Jaewan Kim · 4 years, 10 months ago
  81. e071058 Remove logspam by John Reck · 4 years, 11 months ago
  82. edb7ba1 Merge "Do not report latency for injected events" by TreeHugger Robot · 4 years, 11 months ago
  83. 8658728 Use static bool instead of define by Siarhei Vishniakou · 5 years ago
  84. de4bf15 Do not report latency for injected events by Siarhei Vishniakou · 5 years ago
  85. e84e6f9 Divide InputDispatcher into several files. by Garfield Tan · 5 years ago
  86. 0fc2fa7 Move InputDispatcher code into a folder. by Garfield Tan · 5 years ago[Renamed (68%) from services/inputflinger/InputDispatcher.cpp]
  87. 146ecfd Use unordered_map for connections by Siarhei Vishniakou · 5 years ago
  88. e7c94b9 Use unique_ptr for CommandEntry by Siarhei Vishniakou · 5 years ago
  89. 44a2aed Use std::deque for EventEntry queues by Siarhei Vishniakou · 5 years ago
  90. 13bda6c Use std::deque for DispatchEntry'ies. by Siarhei Vishniakou · 5 years ago
  91. 4e68fbf Return early in doDispatchCycleFinishedLockedInterruptible by Siarhei Vishniakou · 5 years ago
  92. 49a350a Use std::function for commands by Siarhei Vishniakou · 5 years ago
  93. 3e06862 Merge "Address comments from a previous change." by TreeHugger Robot · 5 years ago
  94. fbf5ac7 Merge "Refactor setInputWindows" by TreeHugger Robot · 5 years ago
  95. ab0ab9c Address comments from a previous change. by Garfield Tan · 5 years ago
  96. addb02b Stop splitting mouse events. by Garfield Tan · 5 years ago
  97. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 5 years ago
  98. 0683fe7 Refine onPointerDownOutsideFocus by Tiger Huang · 5 years ago
  99. 043a3ec Add mInputFilterEnabled to dump by Siarhei Vishniakou · 5 years ago
  100. 3a179dc Remove logspam in InputDispatcher by Siarhei Vishniakou · 6 years ago