- accebe0 CursorInputMapper: Rotate cursor position for per-window-input-rotation by Prabir Pradhan · 4 years, 8 months ago
- f5334b8 CursorInputMapper: Populate axes in navigation mode by Prabir Pradhan · 4 years, 8 months ago
- 72b639e Merge "Cancel touchscreen gestures from Dispatcher when display rotates" into sc-dev by TreeHugger Robot · 4 years, 8 months ago
- 47cf0a0 Add NO_FOCUS_CHANGE flag to pointer gestures to disallow focus changes by Prabir Pradhan · 4 years, 10 months ago
- 93a0f91 Cancel touchscreen gestures from Dispatcher when display rotates by Prabir Pradhan · 4 years, 9 months ago
- 1ba71cc Add dynamic display id associations for keyboards by Christine Franks · 4 years, 9 months ago
- e2b1e5c Introduce Device Controller to InputReader by Chris Ye · 4 years, 10 months ago
- d7482e7 Per-window input rotation: Let InputReader use un-rotated coordinates by Prabir Pradhan · 4 years, 10 months ago
- 5747998 Do not modify vector after getting references by Siarhei Vishniakou · 4 years, 11 months ago
- a0b1e44 Merge "Pass RawEvent latency from InputReader to InputListener" into sc-dev by Siarhei Vishniakou · 4 years, 11 months ago
- 58ba3d1 Pass RawEvent latency from InputReader to InputListener by Siarhei Vishniakou · 5 years ago
- 7d3bb35 LightInputMapper: Use const reference for some args by Greg Kaiser · 4 years, 11 months ago
- 3fdbfef Support Inputdevice LightsManager feature in frameworks. by Chris Ye · 5 years ago
- f2f073b Revert "Send mapper events via context" by Siarhei Vishniakou · 5 years ago
- fb55290 Add vibrator state listener support for input device vibrator by Chris Ye · 5 years ago
- 03ea035 Added the ability to read external batteries by Kim Low · 5 years ago
- d743286 Merge "Add logging for MT_TOOL_PALM usage" by Arthur Hung · 5 years ago
- c0d3b8c Stop removing raw status when device is disabled. by Garfield Tan · 5 years ago
- c734e4f Clear cooked state and touch spots when disabled by Garfield Tan · 5 years ago
- 17d6484 Add logging for MT_TOOL_PALM usage by arthurhung · 5 years ago
- e2f38ac Fix for-loop type. by Michael Wright · 5 years ago
- b604af0 Merge "Send mapper events via context" by TreeHugger Robot · 5 years ago
- a36b28e Fix coordinate error after rotation and scaling in TouchInputMapper by arthurhung · 5 years ago
- cec3f6a Send mapper events via context by Siarhei Vishniakou · 5 years ago
- b8c9fff Add explicit Result::ok() checks where needed by Bernie Innocenti · 5 years ago
- 5cad1fa Retain sensor data vector mapping when disabled. by Chris Ye · 5 years ago
- f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
- 6f77846 Disable touch mapper associated with an inactive viewport by Siarhei Vishniakou · 5 years ago
- 8714371 Support combined vibration effects with input device. by Chris Ye · 5 years ago
- 6df72d7 Merge "Touchpad Capture: Fix issues with Pointer Controller" am: 4aaa310584 am: e0aa154f30 am: ba6f333c7d by Treehugger Robot · 5 years ago
- 59ecc3b Touchpad Capture: Fix issues with Pointer Controller by Prabir Pradhan · 5 years ago
- cad8507 Merge "Remove viewport display ID assignment in pointer mode" am: b62f9e452e am: ccbd11bb1f am: 3525bf8713 am: 581523889c by Treehugger Robot · 5 years ago
- 9514d78 Remove viewport display ID assignment in pointer mode by Garfield Tan · 5 years ago
- 4b2268c Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
- 1fb4530 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
- dca44af Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
- 611712a Add relative field to captured cursor device by Nathaniel R. Lewis · 6 years ago
- 50908af Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
- eba157b Support "pointer" capture for touchpads by Nathaniel R. Lewis · 8 years ago
- 6560004 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 6 years ago
- aff169e Convert TouchInputMapper enums to enum classes. by Michael Wright · 6 years ago
- a03dd23 Move enum name parsing to EnumName template function. by Chris Ye · 5 years ago
- ae0f990 Use std::vector instead of VLA for addMovement by Siarhei Vishniakou · 5 years ago
- 8fa1728 Revise RELATIVE_X and RELATIVE_Y motion ranges documentation. by Chris Ye · 5 years ago
- f74dc42 Populate RELATIVE_X and RELATIVE_Y motion range for touchpad pointer capture mode. by Chris Ye · 5 years ago
- a52ade1 Do not generate meta state for device does not have the key. by Chris Ye · 5 years ago
- c903df1 Maintain CapsLock, NumLock and ScrollLock of keyboard by arthurhung · 5 years ago
- 4958d06 Optimize memory usage of InputEvent lookup. by Chris Ye · 5 years ago
- 7cbf4ad Merge "TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom." by TreeHugger Robot · 5 years ago
- 42b0682 TouchInputMapper: Initialize mSurfaceRight and mSurfaceBottom. by Chris Ye · 5 years ago
- 6393a26 Refactor input device rumble support. by Chris Ye · 5 years ago
- 364fdb5 Fix MultiTouchInputMapperTest#Process_TouchpadCapture test failure. by Chris Ye · 5 years ago
- 35c872f Fix -Wshadow error when DEBUG_POINTER_ASSIGNMENT is set. by Philip Quinn · 5 years ago
- 1b0c734 Move InputDeviceClass to enum class. by Chris Ye · 5 years ago
- 2e8f2d4 Add relative field to captured cursor device by Nathaniel R. Lewis · 6 years ago
- adb58ea Add relative coordinates for touchpad events. by Nathaniel R. Lewis · 6 years ago
- d566533 Support "pointer" capture for touchpads by Nathaniel R. Lewis · 8 years ago
- cacd69a InputFlinger: Support amplitude control for InputDeviceVibrator by Nathaniel R. Lewis · 6 years ago
- cc7f980 Allow touch if some pointers are MT_TOOL_PALM by arthurhung · 6 years ago
- fe3de7d Rename ViewportTypes to avoid repetition by Michael Wright · 6 years ago
- 227c554 Convert TouchInputMapper enums to enum classes. by Michael Wright · 6 years ago
- 2ffcba9 Merge "Enable -Wshadow for input code" by TreeHugger Robot · 6 years ago
- 976db0c Move PointerController enums to enum classes. by Michael Wright · 6 years ago
- 7a37667 Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
- b4d960d Enable -Wshadow for input code by Siarhei Vishniakou · 6 years ago
- ca5bede Move PointerController enums to enum classes. by Michael Wright · 6 years ago
- 17db18e Move PointerController from sp to shared_ptr by Michael Wright · 6 years ago
- 690f8be Add createAxis to reduce the size of a function by Siarhei Vishniakou · 6 years ago
- a0d2b80 Pass BTN_GEAR_DOWN and BTN_GEAR_UP to apps by Siarhei Vishniakou · 6 years ago
- bf89a48 Allow touch if the new point is not MT_TOOL_PALM by arthurhung · 6 years ago
- 4197f6b Fix tap is wrong in landscape with cutout disabled by Arthur Hung · 6 years ago
- c51d1ba Rename sequenceNum to ID. by Garfield Tan · 6 years ago
- 33197de Merge "Let InputReaderContext hold a single PointerController" by TreeHugger Robot · 6 years ago
- 9244aea Use cc_defaults in inputflinger targets by Prabir Pradhan · 6 years ago
- c7ef27e Let InputReaderContext hold a single PointerController by Prabir Pradhan · 6 years ago
- 26ec222 Refactor use of services in InputMappers. by Nathaniel R. Lewis · 6 years ago
- a940fc6 TouchInputMapper: Use default viewport for PointerController by Prabir Pradhan · 6 years ago
- 888a6a4 Let InputReader set mouse cursor's display. by Garfield Tan · 6 years ago
- 421eb1c Touch cancellation handling by Arthur Hung · 6 years ago
- d041c5d Default TV remote keys to no-wake by Powei Feng · 7 years ago
- 4948327 Use enum class for EventEntry by Siarhei Vishniakou · 6 years ago
- 05de577 Fix foldable emulator touch does not work by Arthur Hung · 6 years ago
- 6cd19a4 Make sure that touches are within the surface. by Arthur Hung · 6 years ago
- f1fbf9e Add override keyword to in inherited classes by Prabir Pradhan · 6 years ago
- 2770d24 Create inputmappers and accumulators directories by Prabir Pradhan · 6 years ago