1. 9eaa22c Updated MotionEvent to use Transform by chaviw · 4 years, 1 month ago
  2. 1bd1fcf Merge "Add setFocusedWindow function stub" by TreeHugger Robot · 4 years ago
  3. e798b47 Add setFocusedWindow function stub by Vishnu Nair · 4 years ago
  4. 6db8d6e Merge "Use Transform in InputDispatcher" by Chavi Weingarten · 4 years ago
  5. 8759d67 Automatically generate flag value strings for flag enums. by Michael Wright · 4 years ago
  6. 1ff3d1e Use Transform in InputDispatcher by chaviw · 4 years, 1 month ago
  7. ce5ab08 Use std::shared_ptr for InputChannel by Siarhei Vishniakou · 4 years, 1 month ago
  8. 887b7d9 Log windows that are being interacted with - 2 by Siarhei Vishniakou · 4 years, 1 month ago
  9. 44753b1 Move things in InputWindowInfo to enum classes by Michael Wright · 4 years, 1 month ago
  10. a64c159 Move seq to header by Siarhei Vishniakou · 4 years, 1 month ago
  11. df26e86 Fix 2 issues related to hover event dispatching. by Garfield Tan · 4 years, 1 month ago
  12. c1ae556 Use chrono for dispatching timeout by Siarhei Vishniakou · 4 years, 1 month ago
  13. b4d960d Enable -Wshadow for input code by Siarhei Vishniakou · 4 years, 10 months ago
  14. 7b796d2 Merge "Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window" into rvc-dev am: 31e7a17eff am: 668e5b92b5 am: 4b6a3505e8 am: c387a82b11 by TreeHugger Robot · 4 years, 1 month ago
  15. be73767 Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window by arthurhung · 4 years, 1 month ago
  16. 44364d4 Revert "Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window" am: 017bcd179d am: 58d24469ad am: 6112e05102 am: 87ed341f41 by Mady Mellor · 4 years, 1 month ago
  17. 017bcd1 Revert "Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window" by Mady Mellor · 4 years, 1 month ago
  18. 87b6086 Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window am: 80d685aef1 am: 5d7b212a3f am: 9d9c6c9676 am: 0e326735ae by arthurhung · 4 years, 1 month ago
  19. 80d685a Clear spam log for INPUT_FEATURE_NO_INPUT_CHANNEL window by arthurhung · 4 years, 1 month ago
  20. ff4b6eb Merge "Ensure connection is non-null" into rvc-dev am: 402bbb4a57 am: b68b87bc7f am: 8473df8825 am: 333b6619c6 by TreeHugger Robot · 4 years, 1 month ago
  21. 34ed4d4 Ensure connection is non-null by Siarhei Vishniakou · 4 years, 1 month ago
  22. afde1b2 Merge "Revert "Log windows that are being interacted with"" into rvc-dev am: 98cbb19c93 am: 609de5a2df am: 51b4e554e4 am: 7dc68a7466 by TreeHugger Robot · 4 years, 1 month ago
  23. e0e3424 Merge changes Iadcd5d8f,Ife2a5a9f into rvc-dev am: 19824afef3 am: f14d133b92 am: b904ba0314 am: 0b0d735df1 by TreeHugger Robot · 4 years, 1 month ago
  24. 98cbb19 Merge "Revert "Log windows that are being interacted with"" into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  25. 19824af Merge changes Iadcd5d8f,Ife2a5a9f into rvc-dev by TreeHugger Robot · 4 years, 1 month ago
  26. 3d989c2 Revert "Log windows that are being interacted with" by Selim Cinek · 4 years, 1 month ago
  27. 7394eaa Log windows that are being interacted with by Siarhei Vishniakou · 4 years, 4 months ago
  28. e462304 Report ANR when waited for longer than the timeout by Siarhei Vishniakou · 4 years, 4 months ago
  29. 1ea3cf1 Make tempTouchState a local variable by Siarhei Vishniakou · 4 years, 4 months ago
  30. bde3d9e Replace KeyedVector with unordered_map in dispatcher by Siarhei Vishniakou · 4 years, 4 months ago
  31. e0fb6bd Make addGestureMonitors static by Siarhei Vishniakou · 4 years, 4 months ago
  32. d44dddf Report ANR when waited for longer than the timeout by Siarhei Vishniakou · 4 years, 4 months ago
  33. cf179f1 Log windows that are being interacted with by Siarhei Vishniakou · 4 years, 4 months ago
  34. 98c34a8 InputDispatcher: Don't occlude windows with the same PID. by Robert Carr · 4 years, 2 months ago
  35. 7b1e203 Merge "SurfaceFlinger: Send all BufferedLayers to InputFlinger" into rvc-dev am: e0d9770df1 am: abab27f7aa am: 0404496a7e am: f056d85c62 by Rob Carr · 4 years, 2 months ago
  36. e0d9770 Merge "SurfaceFlinger: Send all BufferedLayers to InputFlinger" into rvc-dev by Rob Carr · 4 years, 2 months ago
  37. ffaa2b1 Add basic ANR test by Siarhei Vishniakou · 4 years, 2 months ago
  38. 4cb50ca Add basic ANR test by Siarhei Vishniakou · 4 years, 2 months ago
  39. de1bc4a Process focus events first by Siarhei Vishniakou · 4 years, 2 months ago
  40. 850ce12 Process focus events first by Siarhei Vishniakou · 4 years, 2 months ago
  41. fcdff3e Change InputWindowInfo::isTrustedOverlay() to be permission and flag based. by Chris Ye · 4 years, 3 months ago
  42. 418a9e4 Merge "Reduce the usage of goto statements in dispatcher" into rvc-dev by TreeHugger Robot · 4 years, 2 months ago
  43. edd1360 SurfaceFlinger: Send all BufferedLayers to InputFlinger by Robert Carr · 4 years, 4 months ago
  44. 7f0a439 Reduce the usage of goto statements in dispatcher by Siarhei Vishniakou · 4 years, 4 months ago
  45. 7823add Merge "Reduce the usage of goto statements in dispatcher" by TreeHugger Robot · 4 years, 3 months ago
  46. 767917f Reduce the usage of goto statements in dispatcher by Siarhei Vishniakou · 4 years, 4 months ago
  47. 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
  48. f9d4400 Merge "Fix consumer closed input channel cause an error occurred (2/2)" into rvc-dev by TreeHugger Robot · 4 years, 3 months ago
  49. 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
  50. 7e838c2 Merge "Use <chrono> for input-related timeouts" into rvc-dev by Siarhei Vishniakou · 4 years, 3 months ago
  51. c904c6e Rename ANR -> Anr am: b1a1627da8 am: 8401188882 am: 2dce34e1cb am: aeb9d627c5 by Siarhei Vishniakou · 4 years, 3 months ago
  52. b1a1627 Rename ANR -> Anr by Siarhei Vishniakou · 4 years, 3 months ago
  53. 097c3db Use <chrono> for input-related timeouts by Siarhei Vishniakou · 4 years, 3 months ago
  54. d352cb3 Fix consumer closed input channel cause an error occurred (2/2) by arthurhung · 4 years, 3 months ago
  55. d6f449d Merge "DO NOT MERGE: InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations" into rvc-dev by Rob Carr · 4 years, 3 months ago
  56. 9cada03 DO NOT MERGE: InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations by Robert Carr · 4 years, 4 months ago
  57. 722ec45 Merge "InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations" by Rob Carr · 4 years, 3 months ago
  58. 3d61bc1 Optimization: Restrict signing to ACTION_UP and ACTION_DOWN while doing a motion gesture such as scrolling apps by Edgar Arriaga · 4 years, 3 months ago
  59. c6ae4bb Optimization: Restrict signing to ACTION_UP and ACTION_DOWN while doing a motion gesture such as scrolling apps by Edgar Arriaga · 4 years, 3 months ago
  60. c9bf1d3 InputDispatcher: Consider ownerPid in FLAG_OBSCURED calculations by Robert Carr · 4 years, 4 months ago
  61. 846a177 Merge "Fix KeyEventInterceptTest fail" into rvc-dev am: c41bb27e88 am: 373272952d am: c920d84526 am: 6e02c929c4 by TreeHugger Robot · 4 years, 3 months ago
  62. b1462ec Fix KeyEventInterceptTest fail by arthurhung · 4 years, 3 months ago
  63. 4c2845f InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL am: 2984b7af4f am: fca117ce50 am: 4d52d7f5d0 am: 6ff8ceda6e by Robert Carr · 4 years, 3 months ago
  64. 2984b7a InputDispatcher: Fix support for INPUT_FEATURE_NO_INPUT_CHANNEL by Robert Carr · 4 years, 4 months ago
  65. 33eceeb Make tempTouchState a local variable by Siarhei Vishniakou · 4 years, 4 months ago
  66. 4700f82 Replace KeyedVector with unordered_map in dispatcher by Siarhei Vishniakou · 4 years, 4 months ago
  67. 55fbf82 Merge "Make addGestureMonitors static" by TreeHugger Robot · 4 years, 4 months ago
  68. 67d4450 Print window flags in dumpsys input by Siarhei Vishniakou · 4 years, 4 months ago
  69. f0007dd Make addGestureMonitors static by Siarhei Vishniakou · 4 years, 4 months ago
  70. 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
  71. 72d8dc3 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 4 months ago
  72. 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, 4 months ago
  73. 25e2af1 Revert "Fix input infos are inconsistent between WMS and InputFlinger (2/2)" by Arthur Hung · 4 years, 4 months ago
  74. 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, 4 months ago
  75. f28cc4e Input window info has the same token with newTouchedWindowHandle is not obscured window by mincheli · 4 years, 4 months ago
  76. 2d112c5 Fix input infos are inconsistent between WMS and InputFlinger (2/2) by Arthur Hung · 4 years, 5 months ago
  77. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 4 years, 6 months ago
  78. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 4 years, 6 months ago
  79. fbe732e Add ID to native events. by Garfield Tan · 4 years, 6 months ago
  80. ff1f1bb Let InputFlinger generate event IDs. by Garfield Tan · 4 years, 6 months ago
  81. 6a5a14e Rename sequenceNum to ID. by Garfield Tan · 4 years, 6 months ago
  82. 4cc839f Add ID to native events. by Garfield Tan · 4 years, 6 months ago
  83. e908789 Use hmac to sign events in InputDispatcher by Gang Wang · 4 years, 7 months ago
  84. 0d8ed6e Use VIRTUAL_KEYBOARD_ID for injected events by Siarhei Vishniakou · 4 years, 6 months ago
  85. 342c927 Add HmacKeyManager to InputDispatcher by Gang Wang · 4 years, 7 months ago
  86. 54d3e18 Add verifyInputEvent api to InputDispatcher by Siarhei Vishniakou · 4 years, 7 months ago
  87. 5d3bc37 Generate down events when transferring touch focus by Svet Ganov · 4 years, 6 months ago
  88. 90f78f2 Merge "Create InputThread to manage inputflinger threads" by Prabir Pradhan · 4 years, 6 months ago
  89. 8235709 Send raw coordinates to client but scale when getting relative by chaviw · 4 years, 6 months ago
  90. aa8c8df Merge "Add hmac to InputEvent and scale to MotionEvent" by TreeHugger Robot · 4 years, 6 months ago
  91. 01b59d8 Merge "Reduce indentation of a method" by TreeHugger Robot · 4 years, 6 months ago
  92. 9c858ac Add hmac to InputEvent and scale to MotionEvent by Siarhei Vishniakou · 4 years, 6 months ago
  93. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 4 years, 9 months ago
  94. 65f98b8 Handle different scale and offset for pointers in InputTarget. by Chavi Weingarten · 4 years, 6 months ago
  95. 0e150f4 Merge "Revert "Handle different scale and offset for pointers in InputTarget."" by Chavi Weingarten · 4 years, 6 months ago
  96. bd11889 Reduce indentation of a method by Siarhei Vishniakou · 4 years, 7 months ago
  97. 114b77f Revert "Handle different scale and offset for pointers in InputTarget." by Chavi Weingarten · 4 years, 7 months ago
  98. f157a26 Merge "Move focus dispatch to input (1/2)" by TreeHugger Robot · 4 years, 7 months ago
  99. 97b8eec Handle different scale and offset for pointers in InputTarget. by Chavi Weingarten · 4 years, 7 months ago
  100. f1035d4 Move focus dispatch to input (1/2) by Siarhei Vishniakou · 4 years, 10 months ago