1. 403e53c InputMapper refactor: TouchInputMapper::Parameters by Arpit Singh · 3 years, 1 month ago
  2. 4bf6d45 Use ftl::Flags for InputReaderConfiguration::Change by Prabir Pradhan · 3 years, 1 month ago
  3. 6a208de Merge "Fix display association for drawing tablets - part 2" into udc-dev by Prabir Pradhan · 3 years, 1 month ago
  4. 8e6fb25 InputMapper refactor: Modify InputMapper constructor for configuration by Arpit Singh · 3 years, 1 month ago
  5. ed6c3de InputMapper refactor: Change readerconfig pointer to const ref by Arpit Singh · 3 years, 1 month ago
  6. 4ffa4d5 Fix display association for drawing tablets - part 2 by Prabir Pradhan · 3 years, 1 month ago
  7. 71660f1 Merge "TouchInputMapper: Consume hovering pointers outside physical frame" into udc-dev by TreeHugger Robot · 3 years, 1 month ago
  8. 4d6d28e Merge "InputMapper refactor: Rename configure to reconfigure" into udc-dev by Arpit Singh · 3 years, 1 month ago
  9. 4be4eef InputMapper refactor: Rename configure to reconfigure by Arpit Singh · 3 years, 1 month ago
  10. e1e309a TouchInputMapper: Consume hovering pointers outside physical frame by Prabir Pradhan · 3 years, 5 months ago
  11. e71e570 Fix display association for drawing tablets by Prabir Pradhan · 3 years, 1 month ago
  12. 7d9cb5a TouchInputMapper: Use a fixed scale factor for external drawing tablets by Prabir Pradhan · 3 years, 2 months ago
  13. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 10 months ago
  14. 66becf5 Merge "InputMapper: use a reference for InputDeviceInfo parameter" into udc-dev by Harry Cutts · 3 years, 2 months ago
  15. d02ea10 InputMapper: use a reference for InputDeviceInfo parameter by Harry Cutts · 3 years, 2 months ago
  16. 10ce157 Remove buttonState from PointerController by Siarhei Vishniakou · 3 years, 2 months ago
  17. 05e5fa8 Merge "input: use optionals for PropertyMap getters" into udc-dev by Harry Cutts · 3 years, 2 months ago
  18. f13161a input: use optionals for PropertyMap getters by Harry Cutts · 3 years, 2 months ago
  19. 95d9bdd Merge "Return values in PointerController's getters" into udc-dev by Prabir Pradhan · 3 years, 2 months ago
  20. 2719e82 Return values in PointerController's getters by Prabir Pradhan · 3 years, 2 months ago
  21. 46211fb TouchInputMapper: Use ui::Transform to calulate MotionRanges by Prabir Pradhan · 3 years, 5 months ago
  22. 7851dca Merge "Show hovering pointers when "show taps" is enabled" into udc-dev by Prabir Pradhan · 3 years, 2 months ago
  23. b3ce453 Show hovering pointers when "show taps" is enabled by Prabir Pradhan · 3 years, 2 months ago
  24. b2fd17a Merge changes from topic "touch-rotation-precision" into udc-dev by TreeHugger Robot · 3 years, 2 months ago
  25. 3e79876 TouchInputMapper: Index input device pixels in rotated display space by Prabir Pradhan · 3 years, 5 months ago
  26. 7b6e16b Reconfigure device in TouchInputMapper when the type is changed. by Ambrus Weisz · 3 years, 5 months ago
  27. 011ca3d Allow debug logging of raw events to be enabled on the fly by Prabir Pradhan · 3 years, 2 months ago
  28. 758eb56 Add send ACTION_BUTTON_PRESS and ACTION_BUTTON_RELEASE in touchpad L/R by LiZhihong · 3 years, 6 months ago
  29. 356026c Add testcase for StylusPointer by Seunghwan Choi · 3 years, 3 months ago
  30. 2de48e4 check config for showing a stylus pointer (native part) by Seunghwan Choi · 3 years, 4 months ago
  31. 75789cd Separate default pointer for mouse and stylus (native part) by Seunghwan Choi · 3 years, 4 months ago
  32. 032c7dc [scribe] show stylus hover icon by Seunghwan Choi · 3 years, 4 months ago
  33. 3347623 inputflinger: make parameter comment style consistent by Harry Cutts · 3 years, 3 months ago
  34. f209b61 Merge "Revert "Use both mouse and touchpad sources for touchpads"" by Josep del Río · 3 years, 3 months ago
  35. 2d8c79a Revert "Use both mouse and touchpad sources for touchpads" by Josep del Río · 3 years, 3 months ago
  36. d3cf4c2 Merge "Add an API to get the supported USI version for a display" by Prabir Pradhan · 3 years, 4 months ago
  37. e04ffaa Add an API to get the supported USI version for a display by Prabir Pradhan · 3 years, 5 months ago
  38. 8d23203 Per-pointer processing in VelocityTracker by Siarhei Vishniakou · 3 years, 4 months ago
  39. 7aa7ff0 Add configuration for disabling stylus button motion events by Prabir Pradhan · 3 years, 4 months ago
  40. 64fd520 TouchInputMapper: Remove the concept of coverage calibration by Prabir Pradhan · 3 years, 5 months ago
  41. e2e10b4 TouchInputMapper: Use ui::Transform to calculate orientation angles by Prabir Pradhan · 3 years, 6 months ago
  42. 675f25a TouchInputMapper: Perform physical frame hit test in rotated display space by Prabir Pradhan · 3 years, 6 months ago
  43. ea31d4f TouchInputMapper: Use ui::Transform to "cook" raw input coordinates by Prabir Pradhan · 3 years, 6 months ago
  44. 7bc23bf Update TouchInputMapper to support new VirtualNavigationTouchpad. by Ambrus Weisz · 3 years, 7 months ago
  45. a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 3 years, 5 months ago
  46. 2d613f4 TouchInputMapper: Use ui::Transform to calculate natural display info by Prabir Pradhan · 3 years, 6 months ago
  47. 7ddbc95 TouchInputMapper: Use ui::Size and Rect for display info by Prabir Pradhan · 3 years, 6 months ago
  48. 5d0d97d Dynamically add STYLUS source for multi-touch devices - part 2 by Prabir Pradhan · 3 years, 6 months ago
  49. 658e4e3 Merge "Treat Bluetooth-smoothened events with modified timestmaps as synthetic" by TreeHugger Robot · 3 years, 6 months ago
  50. d1c4b8a Merge "Dynamically add STYLUS source for multi-touch devices" by Prabir Pradhan · 3 years, 6 months ago
  51. 61a243a Treat Bluetooth-smoothened events with modified timestmaps as synthetic by Prabir Pradhan · 3 years, 6 months ago
  52. 8a0d7dd Merge changes I3dae9b50,I3d687a10 by Prabir Pradhan · 3 years, 6 months ago
  53. cfa0169 Merge changes Iebd90276,I645481db,I2c00fca0,I289e4470 by Prabir Pradhan · 3 years, 6 months ago
  54. f9a4128 Dynamically add STYLUS source for multi-touch devices by Prabir Pradhan · 3 years, 6 months ago
  55. e562696 Input: Add isStylusToolType() utility function by Prabir Pradhan · 3 years, 6 months ago
  56. 3f7545f Differentiate fused and unfused external styluses by Prabir Pradhan · 3 years, 7 months ago
  57. 8d9ba91 TouchInputMapper: s/mExternalStylusId/mFusedStylusPointerId by Prabir Pradhan · 3 years, 6 months ago
  58. 124ea44 Ensure stylus buttons generate events consistently by Prabir Pradhan · 3 years, 6 months ago
  59. 324b35f Merge "Add timestamp smoothening for Bluetooth mice and touchpads" by Prabir Pradhan · 3 years, 6 months ago
  60. 7d04c4b Add unit tests for external stylus fusion by Prabir Pradhan · 3 years, 6 months ago
  61. 2f37bcb Add timestamp smoothening for Bluetooth mice and touchpads by Prabir Pradhan · 3 years, 6 months ago
  62. 369cbd1 Merge "Use both mouse and touchpad sources for touchpads" by Harry Cutts · 3 years, 6 months ago
  63. 89ea6a9 Merge "Add a config to allow touches while the display is off." by TreeHugger Robot · 3 years, 6 months ago
  64. b80b6c0 Do not assume we are in POINTER mode when canceling pointer gestures by Prabir Pradhan · 3 years, 6 months ago
  65. 50c19b1 Add a config to allow touches while the display is off. by Yuncheol Heo · 3 years, 6 months ago
  66. aee7eb9 Merge changes I0b34480e,I9889e7f8,I5e008d03 by Prabir Pradhan · 3 years, 6 months ago
  67. d6ccedb TouchInputMapper: Rely on default c'tor and copy c'tors for structs by Prabir Pradhan · 3 years, 7 months ago
  68. 211ba62 Use the last cooked touch state for generating button release events by Prabir Pradhan · 3 years, 6 months ago
  69. 4f05b5f TouchButtonAccumulator: Recognize mapped stylus buttons by Prabir Pradhan · 3 years, 7 months ago
  70. 16a24cc Use both mouse and touchpad sources for touchpads by Harry Cutts · 3 years, 6 months ago
  71. bea6ce5 Split up TouchInputMapper::preparePointerGestures by Harry Cutts · 3 years, 7 months ago
  72. 7b022c6 Merge "Report motion offsets for touchpad swipes" by Harry Cutts · 3 years, 7 months ago
  73. 39b7ca2 Report motion offsets for touchpad swipes by Harry Cutts · 3 years, 7 months ago
  74. 167c270 Determine whether an input device supports USI using IDC files by Prabir Pradhan · 3 years, 8 months ago
  75. f5b4d7a TouchInputMapper: Cancel ongoing gesture when resetting by Prabir Pradhan · 3 years, 7 months ago
  76. edb0ba7 TouchInputMapper: Use early return in populateDeviceInfo by Prabir Pradhan · 3 years, 7 months ago
  77. 2935db7 Return events from mappers and InputDevice by Siarhei Vishniakou · 3 years, 7 months ago
  78. afabcde Preserve multi-touch slot state when resetting input mappers by Prabir Pradhan · 3 years, 7 months ago
  79. 2800fb0 Use TWO_FINGER_SWIPE classification for touchpad scroll events by Harry Cutts · 3 years, 8 months ago
  80. 384ab0f Reland "Make VelocityTracker 1D" (--try 2) by Yeabkal Wubshit · 3 years, 8 months ago
  81. 86f72a3 Revert "Make VelocityTracker 1D" by Sam Dubey · 3 years, 8 months ago
  82. 37acf6e Make VelocityTracker 1D by Yeabkal Wubshit · 3 years, 8 months ago
  83. 714d1ad TouchInputMapper: Extract method for moving the cursor by Harry Cutts · 3 years, 8 months ago
  84. d3f9584 TouchInputMapper: Fix pointer ID in dispatchPointerMouse by Harry Cutts · 3 years, 8 months ago
  85. 4548360 Use ALOGD_IF in TouchInputMapper by Harry Cutts · 3 years, 8 months ago
  86. 2d347fd Delete TouchInputMapper DeviceType::TOUCH_PAD by Harry Cutts · 3 years, 9 months ago
  87. c0bdeef Reset the touch state when the active viewport is disabled by Prabir Pradhan · 3 years, 9 months ago
  88. 3e5ec70 Address missed comments for skipping viewport update by Prabir Pradhan · 3 years, 9 months ago
  89. b89dc02 Fix spot not disappear when display id changed am: 687e58faa4 am: 14f1db706c am: b474ee4925 by lilinnan · 3 years, 9 months ago
  90. 687e58f Fix spot not disappear when display id changed by lilinnan · 3 years, 10 months ago
  91. 0724734 Pass by reference instead of pointer by Siarhei Vishniakou · 3 years, 10 months ago
  92. 2421088 Use optional values in TouchInputMapper by Siarhei Vishniakou · 3 years, 10 months ago
  93. 2019e02 Merge "Add a minimum physical threshold for freeform gesture on touchpad" by TreeHugger Robot · 3 years, 10 months ago
  94. 4f94c1a Avoid KeyedVector and String8 in PropertyMap by Siarhei Vishniakou · 3 years, 10 months ago
  95. e6983c7 Add a minimum physical threshold for freeform gesture on touchpad by HQ Liu · 4 years ago
  96. 4b8d6de Merge changes Ibb8af342,I085b6aeb am: 347e9d52af am: 52ca468870 am: 085f6755d7 am: 9d10e54bf3 am: ba1fbf09d1 by Prabir Pradhan · 3 years, 10 months ago
  97. 52ca468 Merge changes Ibb8af342,I085b6aeb am: 347e9d52af by Prabir Pradhan · 3 years, 10 months ago
  98. def700b Fix spot not disappear in some case by lilinnan · 3 years, 11 months ago
  99. 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 11 months ago
  100. d420671 Address ghost spots that show up after touchscreen is re-enabled by Prabir Pradhan · 4 years ago