- ae55bae Merge "Convert input event type to enum class" into udc-dev by Siarhei Vishniakou · 2 years, 9 months ago
- 63b6361 Convert input event type to enum class by Siarhei Vishniakou · 2 years, 9 months ago
- 18838bc Add `front` and `back` methods to RingBuffer by Cody Heiner · 2 years, 10 months ago
- dbd14eb Add outputLength method by Cody Heiner · 2 years, 10 months ago
- 6d73f83 Convert tool type to enum class by Siarhei Vishniakou · 3 years, 6 months ago
- 3fcbed1 Merge "libs/input: make parameter comment style consistent" into udc-dev by Harry Cutts · 2 years, 10 months ago
- 82c791c libs/input: make parameter comment style consistent by Harry Cutts · 2 years, 10 months ago
- 00e029d MotionEvent: Round coordinates to a precision of 0.001 by Prabir Pradhan · 2 years, 10 months ago
- fd0a68e Use current directory to load prediction model by Siarhei Vishniakou · 2 years, 11 months ago
- 33cb38b Single-device prediction only by Siarhei Vishniakou · 2 years, 11 months ago
- 659a624 Enable ub sanitizer for libinput_tests by Siarhei Vishniakou · 2 years, 11 months ago
- da6a448 Replace shared libtflite dependency with static library. by Philip Quinn · 3 years ago
- 9b8926e Add a simple ring buffer and use it for holding TFLite model inputs. by Philip Quinn · 3 years ago
- dff1554 Merge "Add TFLite model for motion prediction." by Philip Quinn · 3 years ago
- 8f953ab Add TFLite model for motion prediction. by Philip Quinn · 3 years, 1 month ago
- 5df3493 Validate axes and led labels correctly by Siarhei Vishniakou · 3 years ago
- c36d21e Ignore resampled values when computing velocity by Siarhei Vishniakou · 3 years ago
- 8d23203 Per-pointer processing in VelocityTracker by Siarhei Vishniakou · 3 years ago
- 657a173 Use std::optional for active pointer id by Siarhei Vishniakou · 3 years ago
- 584afe2 Merge "Add isResampled field to PointerCoords." by Philip Quinn · 3 years ago
- afb3128 Add isResampled field to PointerCoords. by Philip Quinn · 3 years, 1 month ago
- 0839bd6 Provide prediction time from the application by Siarhei Vishniakou · 3 years ago
- 39147ce Add native MotionPredictor by Siarhei Vishniakou · 3 years, 2 months ago
- a9cf419 Convert orientation values in input to ui::Rotation. by Michael Wright · 3 years, 2 months ago
- eca273c Create Native VelocityTracker#isAxisSupported Function by Yeabkal Wubshit · 3 years, 3 months ago
- 5e83dfe Run libinput_tests on host by Siarhei Vishniakou · 3 years, 4 months ago
- a15e599 Update VelocityTracker_test to Reflect Empty-Velocities by Yeabkal Wubshit · 3 years, 4 months ago
- 871cc8a Add Unit Tests to Check Default Strategy Setup by Yeabkal Wubshit · 3 years, 4 months ago
- 0bb5e59 Add VelocityTracker Support for AXIS_SCROLL by Yeabkal Wubshit · 3 years, 4 months ago
- 47ff708 Improve VelocityTracker Strategy Handling by Yeabkal Wubshit · 3 years, 4 months ago
- 384ab0f Reland "Make VelocityTracker 1D" (--try 2) by Yeabkal Wubshit · 3 years, 4 months ago
- 86f72a3 Revert "Make VelocityTracker 1D" by Sam Dubey · 3 years, 4 months ago
- 37acf6e Make VelocityTracker 1D by Yeabkal Wubshit · 3 years, 5 months ago
- cf77f03 Merge changes Ia6ef5a21,Ic7a74588 by TreeHugger Robot · 3 years, 7 months ago
- 208360b Do not transform values from a SOURCE_MOUSE_RELATIVE device by Prabir Pradhan · 3 years, 7 months ago
- 9f26fc3 Check whether pointer has stopped at liftoff - try 2 by Siarhei Vishniakou · 3 years, 7 months ago
- 21fcc2b Revert "Check whether pointer has stopped at liftoff" by Siarhei Vishniakou · 3 years, 7 months ago
- 456acaa Check whether pointer has stopped at liftoff by Siarhei Vishniakou · 3 years, 7 months ago
- a9fd82c Do not load keylayout if required kernel module is missing by Siarhei Vishniakou · 3 years, 8 months ago
- 5ed8eaa Refactor input code for require_kernel_config parameter by Siarhei Vishniakou · 3 years, 8 months ago
- 0ced3cc Add touch resampling native tests by Siarhei Vishniakou · 8 years ago
- 0174738 Add static_asserts for the size of InputMessage by Siarhei Vishniakou · 4 years ago
- 90bc949 Fix KeyCharacterMap overlays by reloading base overlay before applying another overlay. by Philip Junker · 4 years, 1 month ago
- 3cfec7b TouchMode (6.2/n) Fully detaching touch mode from focus event (native) by Antonio Kantek · 4 years, 2 months ago
- 7e1ee56 Move Joystick and Touchpad event transformation logic to MotionEvent by Prabir Pradhan · 4 years, 3 months ago
- be67e2e Merge "Use constexpr in VelocityTracker" by TreeHugger Robot · 4 years, 3 months ago
- 9eb02c0 MotionEvent: Report transformed orientation values by Prabir Pradhan · 4 years, 3 months ago
- e37bcec Use constexpr in VelocityTracker by Siarhei Vishniakou · 4 years, 4 months ago
- 81420cc InputDispatcherPolicy: Transform incoming/outgoing events by Prabir Pradhan · 4 years, 4 months ago
- b9b1850 Add display transform to MotionEvent for raw coords by Prabir Pradhan · 4 years, 5 months ago
- d8208f1 Merge "MotionEvent: Guard getRawX/Y compatibility logic using feature flag" into sc-dev am: 15c1c683fd am: ec016950c0 by Prabir Pradhan · 4 years, 6 months ago
- 7e1443f MotionEvent: Guard getRawX/Y compatibility logic using feature flag by Prabir Pradhan · 4 years, 6 months ago
- 2ab7a80 Merge "TouchEvent (1/n): Adding TouchModeEvent to InputChannel" by Antonio Kantek · 4 years, 6 months ago
- 7cdf8ef TouchEvent (1/n): Adding TouchModeEvent to InputChannel by Antonio Kantek · 4 years, 6 months ago
- 0957669 Plumb through display orientation separate from transform by Evan Rosky · 4 years, 7 months ago
- 3277faf Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
- 98318de Renamed and moved InputWindow and related files by chaviw · 4 years, 8 months ago
- c652358 MotionEvent: Rotate relative axes according to window orientation by Prabir Pradhan · 4 years, 8 months ago
- 9f38881 Apply translation/offset to events from pointer sources only by Prabir Pradhan · 4 years, 8 months ago
- 9a049d8 Merge changes from topic "input statistics" into sc-dev by TreeHugger Robot · 4 years, 8 months ago
- 44edce9 Parcel/Unparcel displaysize in InputWindowInfo by Evan Rosky · 4 years, 8 months ago
- 060a727 Remove LatencyStatistics from dispatcher by Siarhei Vishniakou · 5 years ago
- 00c2e36 Merge "Add a hidden API to apply a transform the content of an event." into sc-dev by Evan Rosky · 4 years, 9 months ago
- d4d4d80 Add a hidden API to apply a transform the content of an event. by Evan Rosky · 4 years, 9 months ago
- b8e9586 Merge "Add error logging when channel receives an invalid message" into sc-dev by Siarhei Vishniakou · 4 years, 9 months ago
- dbdb673 Add error logging when channel receives an invalid message by Siarhei Vishniakou · 4 years, 9 months ago
- 84f07f0 Add enough information to compatibility-transform getRaw() by Evan Rosky · 4 years, 9 months ago
- f94ae02 Pass latency information from app to input by Siarhei Vishniakou · 5 years ago
- 277ee04 Merge "Add InputDevice stats atom logging" into sc-dev by Chris Ye · 4 years, 10 months ago
- eedd0fc Use Result<InputPublisher::Finished> instead of callback -- try 2 by Siarhei Vishniakou · 4 years, 10 months ago
- 7cce0ad Revert "Use Result<InputPublisher::Finished> instead of callback" by Yohei Yukawa · 4 years, 10 months ago
- 4c92c5f Use Result<InputPublisher::Finished> instead of callback by Siarhei Vishniakou · 4 years, 11 months ago
- d3fef46 Add InputDevice stats atom logging by Chris Ye · 4 years, 11 months ago
- 7632c33 Move drag event to InputDispatcher (1/n) by arthurhung · 5 years ago
- 38b7f7f Use bool directly in InputMessage by Siarhei Vishniakou · 4 years, 11 months ago
- 3306e49 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 5 years ago
- a2a7773 Revert "[LSC] Add LOCAL_LICENSE_KINDS to frameworks/native" by Bob Badour · 5 years ago
- 2e67185 [LSC] Add LOCAL_LICENSE_KINDS to frameworks/native by Bob Badour · 5 years ago
- 3531ae7 Send consumeTime from the app to InputDispatcher by Siarhei Vishniakou · 5 years ago
- 189c0f8 Add explicit Result::ok() checks where needed by Bernie Innocenti · 5 years ago
- f59a2f4 Add SensorManager support in inputflinger. by Chris Ye · 5 years ago
- 3f37b7b SyncPointerCapture (3/n): Add Capture event to InputChannel by Prabir Pradhan · 5 years ago
- 749b846 Change NamedEnum unknow enum string format from hexical to decimal. by Chris Ye · 5 years ago
- a838839 Add TEST_MAPPING for input-related code by Siarhei Vishniakou · 5 years ago
- a1188f5 Add eventTime print out to Entry dump by Siarhei Vishniakou · 5 years ago
- 7dee71f Merge "Block untrusted touches in InputDispatcher" by Bernardo Rufino · 5 years ago
- ea97d18 Block untrusted touches in InputDispatcher by Bernardo Rufino · 5 years ago
- 173871c Introducing NamedEnum to parse enum value as string names. by Chris Ye · 5 years ago
- e9cadca Link libinput as static_lib for libinput_tests by Siarhei Vishniakou · 5 years ago
- 09c8d2d Created libattestation by chaviw · 5 years ago
- 47074b8 Rename InputWindowHandle hasFocus to focusable by Vishnu Nair · 5 years ago
- 7062295 Add default input dispatching timeout constant by Siarhei Vishniakou · 5 years ago
- 6c4243b Use AIDL compiler to generate InputApplicationInfo class. by Chris Ye · 5 years ago
- 9eaa22c Updated MotionEvent to use Transform by chaviw · 6 years ago
- 6db8d6e Merge "Use Transform in InputDispatcher" by Chavi Weingarten · 5 years ago
- 8759d67 Automatically generate flag value strings for flag enums. by Michael Wright · 5 years ago
- 1d0262a Merge "Add Flags<F>::Iterator." by Michael Wright · 5 years ago
- 1ff3d1e Use Transform in InputDispatcher by chaviw · 6 years ago
- 75d9e66 Add Flags<F>::Iterator. by Michael Wright · 6 years ago
- d258827 Use unique_ptr when creating InputChannel by Siarhei Vishniakou · 6 years ago