summaryrefslogtreecommitdiff
path: root/services/inputflinger/reader/mapper/TouchpadInputMapper.h
AgeCommit message (Expand)Author
2025-01-24Mark some functions in InputReader code as const Siarhei Vishniakou
2025-01-17Add support to disable touchpad acceleration Michael Checo
2024-08-20Merge "Create Native getTouchpadHardwareProperties()" into main Omar Abdelmonem
2024-08-16Create Native getTouchpadHardwareProperties() Omar Abdelmonem
2024-08-13Add InputReaderConfiguration option for touchpad visualization Abdelrahman Awadalla
2024-06-04InputMapper: pass RawEvent references instead of pointers Harry Cutts
2024-05-14Move ADISPLAY_ID_ definitions into LogicalDisplayId Siarhei Vishniakou
2024-05-09Use a strongly typed LogicalDisplayId for displayId(2/n) Linnan Li
2024-05-04Touchpad: Cleanup after PointerChoreographer refactor Prabir Pradhan
2024-02-27Read pointer choreographer flag at boot Prabir Pradhan
2023-12-20Cancel ongoing touchpad move gesture if user starts typing Arpit Singh
2023-11-16Pointer icon refactor for touchpad Byoungho Jung
2023-09-12TouchpadInputMapper: add timer provider Harry Cutts
2023-07-31Allow touchpads to expose associated display Josep del Rio
2023-06-20TouchpadInputMapper: report usage metrics Harry Cutts
2023-05-09InputMapper refactor: TouchpadInputMapper Arpit Singh
2023-05-05TouchpadInputMapper: support touchpad capture Harry Cutts
2023-04-19Use ftl::Flags for InputReaderConfiguration::Change Prabir Pradhan
2023-04-13InputMapper refactor: Modify InputMapper constructor for configuration Arpit Singh
2023-04-13InputMapper refactor: Change readerconfig pointer to const ref Arpit Singh
2023-04-05InputMapper refactor: Rename configure to reconfigure Arpit Singh
2023-03-17InputMapper: use a reference for InputDeviceInfo parameter Harry Cutts
2023-03-16Report motion ranges for touchpads in new stack Harry Cutts
2023-01-20TouchpadInputMapper: add dump method Harry Cutts
2023-01-20TouchpadInputMapper: Add gesture property provider Harry Cutts
2023-01-04TouchpadInputMapper: rotate pointer movement with display Harry Cutts
2022-12-15Extract Gesture handling code and test it Harry Cutts
2022-12-14Extract HardwareState conversion into a class and test it Harry Cutts
2022-12-07Convert touchpad gestures into pointer moves & clicks Harry Cutts
2022-12-02Set up a GestureInterpreter and feed it events Harry Cutts
2022-12-01Add new `TouchpadInputMapper` class Harry Cutts