1. 7ff19a1 TouchInputMapper: Only use SOURCE_BLUETOOTH_STYLUS when fusion possible by Prabir Pradhan · 1 year, 1 month ago
  2. 132f21c Reland "InputDevice: return std::optional from getAbsoluteAxisInfo" by Prabir Pradhan · 1 year, 1 month ago
  3. d681d48 Merge "Revert "InputDevice: return std::optional from getAbsoluteAxisInfo"" into main by Treehugger Robot · 1 year, 1 month ago
  4. 09163b7 Revert "InputDevice: return std::optional from getAbsoluteAxisInfo" by Prabir Pradhan · 1 year, 1 month ago
  5. 8ff5e5e Support high-resolution scroll by Biswarup Pal · 1 year, 3 months ago
  6. 67e1ae6 InputDevice: return std::optional from getAbsoluteAxisInfo by Harry Cutts · 1 year, 2 months ago
  7. a32a119 InputMapper: pass RawEvent references instead of pointers by Harry Cutts · 1 year, 3 months ago
  8. cfbee53 Move ADISPLAY_ID_ definitions into LogicalDisplayId by Siarhei Vishniakou · 1 year, 4 months ago
  9. 13bf76a Use a strongly typed LogicalDisplayId for displayId(2/n) by Linnan Li · 1 year, 4 months ago
  10. 3ed7e35 Touch: Cleanup after PointerChoreographer refactor by Prabir Pradhan · 1 year, 4 months ago
  11. c57cd3c input: fix -Wformat warnings by Harry Cutts · 1 year, 4 months ago
  12. 423b4eb Merge "TouchInputMapper: add missing includes" into main by Treehugger Robot · 1 year, 5 months ago
  13. 3f570c7 TouchInputMapper: add missing includes by Harry Cutts · 1 year, 5 months ago
  14. 8722be9 TouchInputMapper: remove UNSCALED mode by Harry Cutts · 1 year, 5 months ago
  15. e78184b CursorInputMapper: share acceleration curves with touchpad by Harry Cutts · 1 year, 8 months ago
  16. b08a0e8 Stylus fusion: Use SOURCE_BLUETOOTH_STYLUS dynamically for events by Prabir Pradhan · 2 years ago
  17. e3aaf39 TouchInputMapper: clarify the different touchpad modes by Harry Cutts · 2 years, 3 months ago
  18. a8c236b InputMapper refactor: TouchInputMapper by Arpit Singh · 2 years, 4 months ago
  19. 403e53c InputMapper refactor: TouchInputMapper::Parameters by Arpit Singh · 2 years, 5 months ago
  20. 4bf6d45 Use ftl::Flags for InputReaderConfiguration::Change by Prabir Pradhan · 2 years, 5 months ago
  21. 8e6fb25 InputMapper refactor: Modify InputMapper constructor for configuration by Arpit Singh · 2 years, 5 months ago
  22. ed6c3de InputMapper refactor: Change readerconfig pointer to const ref by Arpit Singh · 2 years, 5 months ago
  23. 4d6d28e Merge "InputMapper refactor: Rename configure to reconfigure" into udc-dev by Arpit Singh · 2 years, 5 months ago
  24. 4be4eef InputMapper refactor: Rename configure to reconfigure by Arpit Singh · 2 years, 5 months ago
  25. e71e570 Fix display association for drawing tablets by Prabir Pradhan · 2 years, 5 months ago
  26. 7d9cb5a TouchInputMapper: Use a fixed scale factor for external drawing tablets by Prabir Pradhan · 2 years, 6 months ago
  27. 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 1 month ago
  28. d02ea10 InputMapper: use a reference for InputDeviceInfo parameter by Harry Cutts · 2 years, 6 months ago
  29. f13161a input: use optionals for PropertyMap getters by Harry Cutts · 2 years, 6 months ago
  30. 758eb56 Add send ACTION_BUTTON_PRESS and ACTION_BUTTON_RELEASE in touchpad L/R by LiZhihong · 2 years, 10 months ago
  31. e04ffaa Add an API to get the supported USI version for a display by Prabir Pradhan · 2 years, 9 months ago
  32. 64fd520 TouchInputMapper: Remove the concept of coverage calibration by Prabir Pradhan · 2 years, 9 months ago
  33. e2e10b4 TouchInputMapper: Use ui::Transform to calculate orientation angles by Prabir Pradhan · 2 years, 10 months ago
  34. 675f25a TouchInputMapper: Perform physical frame hit test in rotated display space by Prabir Pradhan · 2 years, 10 months ago
  35. ea31d4f TouchInputMapper: Use ui::Transform to "cook" raw input coordinates by Prabir Pradhan · 2 years, 10 months ago
  36. 7bc23bf Update TouchInputMapper to support new VirtualNavigationTouchpad. by Ambrus Weisz · 2 years, 11 months ago
  37. a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 2 years, 9 months ago
  38. 2d613f4 TouchInputMapper: Use ui::Transform to calculate natural display info by Prabir Pradhan · 2 years, 10 months ago
  39. 7ddbc95 TouchInputMapper: Use ui::Size and Rect for display info by Prabir Pradhan · 2 years, 10 months ago
  40. 8a0d7dd Merge changes I3dae9b50,I3d687a10 by Prabir Pradhan · 2 years, 10 months ago
  41. cfa0169 Merge changes Iebd90276,I645481db,I2c00fca0,I289e4470 by Prabir Pradhan · 2 years, 10 months ago
  42. 3f7545f Differentiate fused and unfused external styluses by Prabir Pradhan · 2 years, 11 months ago
  43. 8d9ba91 TouchInputMapper: s/mExternalStylusId/mFusedStylusPointerId by Prabir Pradhan · 2 years, 10 months ago
  44. 124ea44 Ensure stylus buttons generate events consistently by Prabir Pradhan · 2 years, 10 months ago
  45. 324b35f Merge "Add timestamp smoothening for Bluetooth mice and touchpads" by Prabir Pradhan · 2 years, 10 months ago
  46. 7d04c4b Add unit tests for external stylus fusion by Prabir Pradhan · 2 years, 10 months ago
  47. 2f37bcb Add timestamp smoothening for Bluetooth mice and touchpads by Prabir Pradhan · 2 years, 10 months ago
  48. 89ea6a9 Merge "Add a config to allow touches while the display is off." by TreeHugger Robot · 2 years, 10 months ago
  49. b80b6c0 Do not assume we are in POINTER mode when canceling pointer gestures by Prabir Pradhan · 2 years, 10 months ago
  50. 50c19b1 Add a config to allow touches while the display is off. by Yuncheol Heo · 2 years, 10 months ago
  51. d6ccedb TouchInputMapper: Rely on default c'tor and copy c'tors for structs by Prabir Pradhan · 3 years ago
  52. bea6ce5 Split up TouchInputMapper::preparePointerGestures by Harry Cutts · 2 years, 11 months ago
  53. 167c270 Determine whether an input device supports USI using IDC files by Prabir Pradhan · 3 years ago
  54. 2935db7 Return events from mappers and InputDevice by Siarhei Vishniakou · 3 years ago
  55. afabcde Preserve multi-touch slot state when resetting input mappers by Prabir Pradhan · 3 years ago
  56. 2800fb0 Use TWO_FINGER_SWIPE classification for touchpad scroll events by Harry Cutts · 3 years ago
  57. 4810866 inputflinger: Use #pragma once instead of explicit define guards by Prabir Pradhan · 3 years ago
  58. 714d1ad TouchInputMapper: Extract method for moving the cursor by Harry Cutts · 3 years ago
  59. 2d347fd Delete TouchInputMapper DeviceType::TOUCH_PAD by Harry Cutts · 3 years ago
  60. 0724734 Pass by reference instead of pointer by Siarhei Vishniakou · 3 years, 2 months ago
  61. 2421088 Use optional values in TouchInputMapper by Siarhei Vishniakou · 3 years, 2 months ago
  62. e6983c7 Add a minimum physical threshold for freeform gesture on touchpad by HQ Liu · 3 years, 5 months ago
  63. 7400794 Use std::vector when sending keyCodes by Siarhei Vishniakou · 3 years, 3 months ago
  64. 4af3b3d Add API to get KeyCode produced by physical key location. by Philip Junker · 3 years, 9 months ago
  65. 12c0fcb Set touch and tool resolution in TouchInputMapper by Siarhei Vishniakou · 3 years, 9 months ago
  66. 4e837cc Refactor axis initialization logic by Siarhei Vishniakou · 3 years, 9 months ago
  67. de69f8a Reland "Change PointerController to display space" by Prabir Pradhan · 3 years, 10 months ago
  68. 259a212 Revert "Change PointerController to display space" by Prabir Pradhan · 3 years, 10 months ago
  69. 6b43041 Change PointerController to display space by Prabir Pradhan · 3 years, 10 months ago
  70. 1728b21 TouchInputMapper: Remove the concept of "surface" by Prabir Pradhan · 3 years, 11 months ago
  71. 5632d62 TouchInputMapper: Block touches outside logical display by Prabir Pradhan · 4 years ago
  72. 7578845 FTL: Extend enum utilities imported from IF by Dominik Laskowski · 4 years, 7 months ago
  73. ac1c74f Add orientation configuration for touchscreen devices by Prabir Pradhan · 4 years ago
  74. 47cf0a0 Add NO_FOCUS_CHANGE flag to pointer gestures to disallow focus changes by Prabir Pradhan · 4 years, 6 months ago
  75. d7482e7 Per-window input rotation: Let InputReader use un-rotated coordinates by Prabir Pradhan · 4 years, 6 months ago
  76. 5747998 Do not modify vector after getting references by Siarhei Vishniakou · 4 years, 6 months ago
  77. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 4 years, 7 months ago
  78. c734e4f Clear cooked state and touch spots when disabled by Garfield Tan · 4 years, 8 months ago
  79. adb58ea Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
  80. cc7f980 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 5 years ago
  81. 227c554 Convert TouchInputMapper enums to enum classes. by Michael Wright · 5 years ago
  82. 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 5 years ago
  83. 4197f6b Fix tap is wrong in landscape with cutout disabled by Arthur Hung · 5 years ago
  84. c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
  85. 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
  86. 05de577 Fix foldable emulator touch does not work by Arthur Hung · 6 years ago
  87. f1fbf9e Add override keyword to in inherited classes by Prabir Pradhan · 6 years ago
  88. 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago[Renamed from services/inputflinger/reader/include/TouchInputMapper.h]
  89. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago