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