1. ca3e579 Merge ab/7061308 into stage. by Xin Li · 5 years ago
  2. 3c53823 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 5 years ago
  3. 7de7b8c Merge "Fix coordinate error after rotation and scaling in TouchInputMapper" by Treehugger Robot · 5 years ago
  4. 10052f6 Fix coordinate error after rotation and scaling in TouchInputMapper by arthurhung · 5 years ago
  5. ba6f333 Merge "Touchpad Capture: Fix issues with Pointer Controller" am: 4aaa310584 am: e0aa154f30 by Treehugger Robot · 5 years ago
  6. 59ecc3b Touchpad Capture: Fix issues with Pointer Controller by Prabir Pradhan · 5 years ago
  7. 5815238 Merge "Remove viewport display ID assignment in pointer mode" am: b62f9e452e am: ccbd11bb1f am: 3525bf8713 by Treehugger Robot · 5 years ago
  8. 9514d78 Remove viewport display ID assignment in pointer mode by Garfield Tan · 5 years ago
  9. 02cc1ee Merge "Fix InputDevice listener notification for merged controller." into rvc-qpr-dev am: 72ec885345 by TreeHugger Robot · 5 years ago
  10. 516068e Merge "Merge ab/6749736 in stage." into stage-aosp-master by TreeHugger Robot · 5 years ago
  11. 1f1a42b Merge changes from topic "ToupadPointerCapture" am: be23210bbe am: 888e5ea116 by Linzhao Ye · 5 years ago
  12. 96fb6c7 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. am: 1fb4530260 am: 8ed0e785be by Chris Ye · 5 years ago
  13. 5418a03 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. am: dca44af78b am: 0c74a52fa6 by Chris Ye · 5 years ago
  14. 2c0ca8c Add relative field to captured cursor device am: 611712ae14 am: bd764d9ebd by Nathaniel R. Lewis · 5 years ago
  15. ea6efcb Add relative coordinates for touchpad events. am: 50908afd6e am: 910dc1603b by Nathaniel R. Lewis · 5 years ago
  16. 83e7c0a Support "pointer" capture for touchpads am: eba157bc56 am: e49e8caf4d by Nathaniel R. Lewis · 5 years ago
  17. 7d42047 Allow touch if some pointers are MT_TOOL_PALM am: 6560004049 am: 182306f5cb by arthurhung · 5 years ago
  18. 47c26f5 Convert TouchInputMapper enums to enum classes. am: aff169e9c5 am: 54da491a5d by Michael Wright · 5 years ago
  19. 4b2268c Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
  20. 1fb4530 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
  21. dca44af Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
  22. 611712a Add relative field to captured cursor device by Nathaniel R. Lewis · 6 years ago
  23. 50908af Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
  24. eba157b Support "pointer" capture for touchpads by Nathaniel R. Lewis · 8 years ago
  25. 6560004 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 6 years ago
  26. aff169e Convert TouchInputMapper enums to enum classes. by Michael Wright · 6 years ago
  27. 5187513 Merge ab/6749736 in stage. by Xin Li · 5 years ago
  28. 181353f Fix InputDevice listener notification for merged controller. by Chris Ye · 5 years ago
  29. f2712ff Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 am: 686662c1f9 am: aced1ad836 by Treehugger Robot · 5 years ago
  30. 686662c Merge "Move PropertyMap from libutils to libinput" am: a7aefe69b7 by Treehugger Robot · 5 years ago
  31. 32f36ae Move PropertyMap from libutils to libinput by Siarhei Vishniakou · 5 years ago
  32. 52dcab0 DO NOT MERGE Reorder include to remove merge conflict by Siarhei Vishniakou · 5 years ago
  33. 48e5bd8 Increase touch video buffer size am: a7c7360213 by Siarhei Vishniakou · 6 years ago
  34. a7c7360 Increase touch video buffer size by Siarhei Vishniakou · 6 years ago
  35. 976db0c Move PointerController enums to enum classes. by Michael Wright · 6 years ago
  36. 7a37667 Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  37. e6afda3 Move PointerController enums to enum classes. by Michael Wright · 6 years ago
  38. a512bfd Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
  39. c6d9967 TouchInputMapper: Use default viewport for PointerController by Prabir Pradhan · 6 years ago
  40. 0a080c3 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  41. a0d2b80 Pass BTN_GEAR_DOWN and BTN_GEAR_UP to apps by Siarhei Vishniakou · 6 years ago
  42. bf89a48 Allow touch if the new point is not MT_TOOL_PALM by arthurhung · 6 years ago
  43. 4197f6b Fix tap is wrong in landscape with cutout disabled by Arthur Hung · 6 years ago
  44. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 6 years ago
  45. c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
  46. 33197de Merge "Let InputReaderContext hold a single PointerController" by TreeHugger Robot · 6 years ago
  47. 9244aea Use cc_defaults in inputflinger targets by Prabir Pradhan · 6 years ago
  48. c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
  49. a7b82e1 Support multiple EventHub devices per InputDevice by Nathaniel R. Lewis · 6 years ago
  50. 0cab12d Change InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  51. 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
  52. f4916ef Refactor InputMapper creation and collection type by Nathaniel R. Lewis · 6 years ago
  53. a940fc6 TouchInputMapper: Use default viewport for PointerController by Prabir Pradhan · 6 years ago
  54. 5a57cff Create InputThread to manage inputflinger threads by Prabir Pradhan · 6 years ago
  55. 888a6a4 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
  56. 421eb1c Touch cancellation handling by Arthur Hung · 6 years ago
  57. d041c5d Default TV remote keys to no-wake by Powei Feng · 7 years ago
  58. 28efc19 Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  59. 226685c Merge "Remove wakelocks from InputReader" by TreeHugger Robot · 6 years ago
  60. 4948327 Use enum class for EventEntry by Siarhei Vishniakou · 6 years ago
  61. 6f920ca Merge "Revert "Reland "Let InputReader handle its own thread""" by TreeHugger Robot · 6 years ago
  62. 6cbc978 Revert "Reland "Let InputReader handle its own thread"" by Siarhei Vishniakou · 6 years ago
  63. e00dd19 Merge "Reland "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  64. f15a8aa Reland "Let InputReader handle its own thread" by Prabir Pradhan · 6 years ago
  65. 10793a6 Refactor InputReader::mDevices collection type by Nathaniel R. Lewis · 6 years ago
  66. b2ffebe Merge "Revert "Let InputReader handle its own thread"" by TreeHugger Robot · 6 years ago
  67. 95a4ed6 Revert "Let InputReader handle its own thread" by Siarhei Vishniakou · 6 years ago
  68. 97d39b5 Merge "Let InputReader handle its own thread" by TreeHugger Robot · 6 years ago
  69. ba266f2 Let InputReader handle its own thread by Prabir Pradhan · 6 years ago
  70. 05de577 Fix foldable emulator touch does not work by Arthur Hung · 6 years ago
  71. 4b5a87f Remove wakelocks from InputReader by Siarhei Vishniakou · 6 years ago
  72. 7a522bf Ensure input has CAP_BLOCK_SUSPEND by Siarhei Vishniakou · 6 years ago
  73. 394eed0 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  74. 186d5b5 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  75. 2b28181 Create inputreader directory by Prabir Pradhan · 6 years ago
  76. 2d0e948 Hold wakelock while handling device add/remove by Siarhei Vishniakou · 6 years ago
  77. 6cd19a4 Make sure that touches are within the surface. by Arthur Hung · 6 years ago
  78. f1fbf9e Add override keyword to in inherited classes by Prabir Pradhan · 6 years ago
  79. 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago
  80. baa5c82 Split InputReader into multiple files by Prabir Pradhan · 6 years ago
  81. da7c00c Create inputreader directory by Prabir Pradhan · 6 years ago