1. 3b134cc Add orientation configuration for touchscreen devices by Prabir Pradhan · 4 years ago
  2. 5021d46 Merge "Prevent processing touch after receiving an invalid tracking id" into sc-dev am: 10d57c6cfa by Arthur Hung · 4 years, 1 month ago
  3. 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 3 months ago
  4. 9ad1894 Prevent processing touch after receiving an invalid tracking id by Arthur Hung · 4 years, 2 months ago
  5. accebe0 CursorInputMapper: Rotate cursor position for per-window-input-rotation by Prabir Pradhan · 4 years, 3 months ago
  6. 72b639e Merge "Cancel touchscreen gestures from Dispatcher when display rotates" into sc-dev by TreeHugger Robot · 4 years, 3 months ago
  7. 47cf0a0 Add NO_FOCUS_CHANGE flag to pointer gestures to disallow focus changes by Prabir Pradhan · 4 years, 5 months ago
  8. 93a0f91 Cancel touchscreen gestures from Dispatcher when display rotates by Prabir Pradhan · 4 years, 4 months ago
  9. d7482e7 Per-window input rotation: Let InputReader use un-rotated coordinates by Prabir Pradhan · 4 years, 5 months ago
  10. 5747998 Do not modify vector after getting references by Siarhei Vishniakou · 4 years, 5 months ago
  11. 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 4 years, 6 months ago
  12. f2f073b Revert "Send mapper events via context" by Siarhei Vishniakou · 4 years, 6 months ago
  13. d743286 Merge "Add logging for MT_TOOL_PALM usage" by Arthur Hung · 4 years, 7 months ago
  14. c0d3b8c Stop removing raw status when device is disabled. by Garfield Tan · 4 years, 7 months ago
  15. c734e4f Clear cooked state and touch spots when disabled by Garfield Tan · 4 years, 7 months ago
  16. 17d6484 Add logging for MT_TOOL_PALM usage by arthurhung · 4 years, 7 months ago
  17. b604af0 Merge "Send mapper events via context" by TreeHugger Robot · 4 years, 7 months ago
  18. a36b28e Fix coordinate error after rotation and scaling in TouchInputMapper by arthurhung · 4 years, 7 months ago
  19. cec3f6a Send mapper events via context by Siarhei Vishniakou · 4 years, 9 months ago
  20. 6f77846 Disable touch mapper associated with an inactive viewport by Siarhei Vishniakou · 4 years, 8 months ago
  21. 6df72d7 Merge "Touchpad Capture: Fix issues with Pointer Controller" am: 4aaa310584 am: e0aa154f30 am: ba6f333c7d by Treehugger Robot · 4 years, 8 months ago
  22. 59ecc3b Touchpad Capture: Fix issues with Pointer Controller by Prabir Pradhan · 4 years, 9 months ago
  23. cad8507 Merge "Remove viewport display ID assignment in pointer mode" am: b62f9e452e am: ccbd11bb1f am: 3525bf8713 am: 581523889c by Treehugger Robot · 4 years, 9 months ago
  24. 9514d78 Remove viewport display ID assignment in pointer mode by Garfield Tan · 4 years, 9 months ago
  25. 4b2268c Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
  26. 1fb4530 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
  27. dca44af Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
  28. 50908af Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
  29. eba157b Support "pointer" capture for touchpads by Nathaniel R. Lewis · 7 years ago
  30. 6560004 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 5 years ago
  31. aff169e Convert TouchInputMapper enums to enum classes. by Michael Wright · 5 years ago
  32. a03dd23 Move enum name parsing to EnumName template function. by Chris Ye · 5 years ago
  33. ae0f990 Use std::vector instead of VLA for addMovement by Siarhei Vishniakou · 5 years ago
  34. 8fa1728 Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
  35. f74dc42 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
  36. 42b0682 TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom. by Chris Ye · 5 years ago
  37. 364fdb5 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
  38. 35c872f Fix -Wshadow error when DEBUG_POINTER_ASSIGNMENT is set. by Philip Quinn · 5 years ago
  39. adb58ea Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
  40. d566533 Support "pointer" capture for touchpads by Nathaniel R. Lewis · 7 years ago
  41. cc7f980 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 5 years ago
  42. fe3de7d Rename ViewportTypes to avoid repetition by Michael Wright · 5 years ago
  43. 227c554 Convert TouchInputMapper enums to enum classes. by Michael Wright · 5 years ago
  44. 976db0c Move PointerController enums to enum classes. by Michael Wright · 5 years ago
  45. 7a37667 Move PointerController from sp to shared_ptr by Michael Wright · 5 years ago
  46. ca5bede Move PointerController enums to enum classes. by Michael Wright · 5 years ago
  47. 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 5 years ago
  48. 4197f6b Fix tap is wrong in landscape with cutout disabled by Arthur Hung · 5 years ago
  49. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  50. 33197de Merge "Let InputReaderContext hold a single PointerController" by TreeHugger Robot · 5 years ago
  51. 9244aea Use cc_defaults in inputflinger targets by Prabir Pradhan · 6 years ago
  52. c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
  53. 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
  54. a940fc6 TouchInputMapper: Use default viewport for PointerController by Prabir Pradhan · 6 years ago
  55. 888a6a4 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  56. 05de577 Fix foldable emulator touch does not work by Arthur Hung · 6 years ago
  57. 6cd19a4 Make sure that touches are within the surface. by Arthur Hung · 6 years ago
  58. 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago[Renamed from services/inputflinger/reader/TouchInputMapper.cpp]
  59. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago