summaryrefslogtreecommitdiff
path: root/services/inputflinger/reader/mapper/TouchInputMapper.h
AgeCommit message (Expand)Author
2025-03-05TouchInputMapper: Add logs for b/396796958 Harry Cutts
2025-01-29Ensure canceled touch stream uses previous display id Siarhei Vishniakou
2025-01-24Mark some functions in InputReader code as const Siarhei Vishniakou
2025-01-09TouchInputMapper: Disable PointerUsage concept with a flag Prabir Pradhan
2024-08-02TouchInputMapper: Only use SOURCE_BLUETOOTH_STYLUS when fusion possible Prabir Pradhan
2024-07-25Reland "InputDevice: return std::optional from getAbsoluteAxisInfo" Prabir Pradhan
2024-07-23Merge "Revert "InputDevice: return std::optional from getAbsoluteAxisInfo"" i... Treehugger Robot
2024-07-23Revert "InputDevice: return std::optional from getAbsoluteAxisInfo" Prabir Pradhan
2024-07-08Support high-resolution scroll Biswarup Pal
2024-06-28InputDevice: return std::optional from getAbsoluteAxisInfo Harry Cutts
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-06Touch: Cleanup after PointerChoreographer refactor Prabir Pradhan
2024-04-24input: fix -Wformat warnings Harry Cutts
2024-04-05Merge "TouchInputMapper: add missing includes" into main Treehugger Robot
2024-04-05TouchInputMapper: add missing includes Harry Cutts
2024-04-05TouchInputMapper: remove UNSCALED mode Harry Cutts
2024-01-17CursorInputMapper: share acceleration curves with touchpad Harry Cutts
2023-09-19Stylus fusion: Use SOURCE_BLUETOOTH_STYLUS dynamically for events Prabir Pradhan
2023-06-20TouchInputMapper: clarify the different touchpad modes Harry Cutts
2023-05-05InputMapper refactor: TouchInputMapper Arpit Singh
2023-04-20InputMapper refactor: TouchInputMapper::Parameters Arpit Singh
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-06Merge "InputMapper refactor: Rename configure to reconfigure" into udc-dev Arpit Singh
2023-04-05InputMapper refactor: Rename configure to reconfigure Arpit Singh
2023-03-31Fix display association for drawing tablets Prabir Pradhan
2023-03-31TouchInputMapper: Use a fixed scale factor for external drawing tablets Prabir Pradhan
2023-03-28Convert tool type to enum class Siarhei Vishniakou
2023-03-17InputMapper: use a reference for InputDeviceInfo parameter Harry Cutts
2023-03-14input: use optionals for PropertyMap getters Harry Cutts
2023-02-06Add send ACTION_BUTTON_PRESS and ACTION_BUTTON_RELEASE in touchpad L/R LiZhihong
2023-01-17Add an API to get the supported USI version for a display Prabir Pradhan
2022-12-16TouchInputMapper: Remove the concept of coverage calibration Prabir Pradhan
2022-12-16TouchInputMapper: Use ui::Transform to calculate orientation angles Prabir Pradhan
2022-12-16TouchInputMapper: Perform physical frame hit test in rotated display space Prabir Pradhan
2022-12-16TouchInputMapper: Use ui::Transform to "cook" raw input coordinates Prabir Pradhan
2022-12-14Update TouchInputMapper to support new VirtualNavigationTouchpad. Ambrus Weisz
2022-12-02Convert orientation values in input to ui::Rotation. Michael Wright
2022-11-29TouchInputMapper: Use ui::Transform to calculate natural display info Prabir Pradhan
2022-11-29TouchInputMapper: Use ui::Size and Rect for display info Prabir Pradhan
2022-11-16Merge changes I3dae9b50,I3d687a10 Prabir Pradhan
2022-11-16Merge changes Iebd90276,I645481db,I2c00fca0,I289e4470 Prabir Pradhan
2022-11-16Differentiate fused and unfused external styluses Prabir Pradhan
2022-11-16TouchInputMapper: s/mExternalStylusId/mFusedStylusPointerId Prabir Pradhan
2022-11-16Ensure stylus buttons generate events consistently Prabir Pradhan
2022-11-11Merge "Add timestamp smoothening for Bluetooth mice and touchpads" Prabir Pradhan
2022-11-09Add unit tests for external stylus fusion Prabir Pradhan