1. 882bbf3 Swap video frame rotation direction. by Philip Quinn · 4 years, 5 months ago
  2. 1c7bc86 Let InputFlinger generate event IDs. by Garfield Tan · 4 years, 6 months ago
  3. fbe732e Add ID to native events. by Garfield Tan · 4 years, 6 months ago
  4. bd25f1c Add event ID generator. by Garfield Tan · 4 years, 6 months ago
  5. 54d3e18 Add verifyInputEvent api to InputDispatcher by Siarhei Vishniakou · 4 years, 7 months ago
  6. aa5a4f1 Merge "Use uint32_t for input source" by TreeHugger Robot · 4 years, 6 months ago
  7. 8235709 Send raw coordinates to client but scale when getting relative by chaviw · 4 years, 6 months ago
  8. 3826d47 Use uint32_t for input source by Siarhei Vishniakou · 4 years, 6 months ago
  9. 9c858ac Add hmac to InputEvent and scale to MotionEvent by Siarhei Vishniakou · 4 years, 6 months ago
  10. 718f960 ui: Deduplicate rotation types by Dominik Laskowski · 4 years, 9 months ago
  11. cb92321 Remove layer from window handle since it's no longer used by chaviw · 4 years, 7 months ago
  12. af87b3e Added input support for cloned layers by chaviw · 4 years, 10 months ago
  13. 7feb2ea Add FocusEvent and InputMessage::Type::FOCUS by Siarhei Vishniakou · 4 years, 8 months ago
  14. 10fe676 Add static asserts for InputMessage sizes by Siarhei Vishniakou · 4 years, 8 months ago
  15. 26d3cfb Remove InputChannel::setToken by Siarhei Vishniakou · 4 years, 10 months ago
  16. 5240277 Use enum class for InputMessage type by Siarhei Vishniakou · 4 years, 9 months ago
  17. 2ccbe3a InputTransport: store fd in a unique_fd. by Josh Gao · 5 years ago
  18. 1d6fc8f Merge "Add sleep to ShouldReportStats Test in libinput_tests" by TreeHugger Robot · 5 years ago
  19. 6740e66 Add sleep to ShouldReportStats Test in libinput_tests by Atif Niyaz · 5 years ago
  20. 4f17282 Merge changes Iee0f9a21,I22a39cd5 by TreeHugger Robot · 5 years ago
  21. 8384682 Seperate LatencyStatistics from InputReader by Atif Niyaz · 5 years ago
  22. 937bb83 Add setCursorPosition. by Garfield Tan · 5 years ago
  23. ab0ab9c Address comments from a previous change. by Garfield Tan · 5 years ago
  24. 00f511d Dispatch mouse events to window under the cursor. by Garfield Tan · 5 years ago
  25. 346ac6a Prevent entries with identical times by Siarhei Vishniakou · 5 years ago
  26. 651c1ea Refactor VelocityTracker_test by Siarhei Vishniakou · 5 years ago
  27. 6b24388 Merge "Input: Override touchable region bounds with surface bounds 2/2" by TreeHugger Robot · 5 years ago
  28. 6fabeec Input: Override touchable region bounds with surface bounds 2/2 by Vishnu Nair · 5 years ago
  29. 01ca486 Use vector in VelocityTracker_test by Siarhei Vishniakou · 5 years ago
  30. 1357def Refactor VelocityTracker_test by Siarhei Vishniakou · 5 years ago
  31. fd3718c Initialize PointerCoords in input tests by Siarhei Vishniakou · 5 years ago
  32. 257553c Test InputDeviceIdentifier::getCanonicalName by Siarhei Vishniakou · 5 years ago
  33. 8154bbd Rotate TouchVideoFrames by Siarhei Vishniakou · 5 years ago
  34. 5ac663d Add tests for TouchVideoFrame by Siarhei Vishniakou · 5 years ago
  35. 85b8c5e Introduce new portal window which transports touch to another display by Tiger Huang · 6 years ago
  36. 16a2e30 Propagate MotionClassification to InputDispatcher by Siarhei Vishniakou · 6 years ago
  37. 49e5922 Add classification to MotionEvent by Siarhei Vishniakou · 6 years ago
  38. 80109da Merge "Fix/suppress google-explicit-constructor warnings" am: aad7e1ccc5 am: 9a55c7aba6 by Chih-hung Hsieh · 6 years ago
  39. f43b02c Fix/suppress google-explicit-constructor warnings by Chih-Hung Hsieh · 6 years ago
  40. e07e103 SurfaceFlinger Input: Correct screen magnification. by Robert Carr · 6 years ago
  41. 5cb2578 SurfaceFlinger Input: Shrink frame by surfaceInsets. by Robert Carr · 6 years ago
  42. 5c8a026 Replace InputWindowInfo#inputChannel with an IBinder token. by Robert Carr · 6 years ago
  43. 1f7c0e4 Sanitize InputMessage before sending by Siarhei Vishniakou · 6 years ago
  44. b3ee068 Merge "Implement Parcelling functions for InputWindowInfo" by Rob Carr · 6 years ago
  45. ed7eb36 Merge "Native tests for VelocityTracker::getEstimate" am: c7691e696a am: 7f7cb35723 by Siarhei Vishniakou · 6 years ago
  46. 3720ed0 Implement Parcelling functions for InputWindowInfo by Robert Carr · 6 years ago
  47. f7e2d3e Native tests for VelocityTracker::getEstimate by Siarhei Vishniakou · 6 years ago
  48. 5c37921 Input tests no longer use test_per_src by Siarhei Vishniakou · 6 years ago
  49. 5bed83b [input] Modernize codebase by replacing NULL with nullptr by Yi Kong · 6 years ago
  50. a62a8dd Move displayid into InputEvent by Siarhei Vishniakou · 6 years ago
  51. b0d7481 Input tests no longer use test_per_src by Siarhei Vishniakou · 6 years ago
  52. 777a10b Move display id into MotionEvent by Siarhei Vishniakou · 6 years ago
  53. f93fcf4 Prefer std::string over String8 by Siarhei Vishniakou · 7 years ago
  54. b0fffdd Improve InputTransport test coverage by Siarhei Vishniakou · 7 years ago
  55. 635cb71 Fix broken input tests by Siarhei Vishniakou · 7 years ago
  56. 973df98 Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 am: a1ff1045a0 am: de5c8a55e5 by Chih-hung Hsieh · 7 years ago
  57. a1ff104 Merge "Use -Werror in frameworks/native/libs" am: b6dabc8819 by Chih-hung Hsieh · 7 years ago
  58. 687a0d1 Use -Werror in frameworks/native/libs by Chih-Hung Hsieh · 7 years ago
  59. d4b607e Native test for VelocityTracker by Siarhei Vishniakou · 7 years ago
  60. 5864150 Add displayId in InputDispatcher, InputTransport by Tarandeep Singh · 7 years ago
  61. e390826 Rely on the platform -std default. by Elliott Hughes · 8 years ago
  62. c7dd2b9 Convert libui to Android.bp by Dan Willemsen · 8 years ago
  63. 4a186d4 Fix misc-macro-parentheses warnings in test macros. by Chih-Hung Hsieh · 8 years ago
  64. b03f103 Fix input tests to work with new MotionEvent member by Michael Wright · 9 years ago
  65. 4355c0c am e1e3d278: Merge "Clean cruft out of makefiles." by Dan Albert · 10 years ago
  66. b79dfe6 Clean cruft out of makefiles. by Dan Albert · 10 years ago
  67. db1972b am 26063a91: am f1dd859b: Merge "x86_64: Align uint64_t/int64_t structure member to 8 bytes" by Narayan Kamath · 10 years ago
  68. 83e0e42 x86_64: Align uint64_t/int64_t structure member to 8 bytes by Fengwei Yin · 10 years ago
  69. b8290c2 Fix InputEvent_test. by Narayan Kamath · 10 years ago
  70. 313eff7 Completely remove skia dependency from libinput. by Jeff Brown · 11 years ago
  71. 5912f95 Move input library code from frameworks/base. by Jeff Brown · 11 years ago