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
/
KeyboardInputMapper.h
Age
Commit message (
Expand
)
Author
2025-01-24
Mark some functions in InputReader code as const
Siarhei Vishniakou
2024-10-24
Wake device from alphanumeric keyboards
Henry Barnor
2024-10-07
Allow toggle caps lock even if device doesn't a have caps lock key
Vaibhav Devmurari
2024-07-25
InputReader: Use shared keyboard source for all key events
Prabir Pradhan
2024-06-08
Merge changes I02bc2802,I52773be9 into main
Vaibhav Devmurari
2024-06-07
Implement KeyboardClassifier interface in rust
Vaibhav Devmurari
2024-06-04
InputMapper: pass RawEvent references instead of pointers
Harry Cutts
2024-05-09
Use a strongly typed LogicalDisplayId for displayId(2/n)
Linnan Li
2023-10-31
Record last keypress timestamp on physical keyboard while typing
Arpit Singh
2023-07-25
Merge changes from topic "typing-tapping-cursor" into udc-qpr-dev am: 027baa7...
Arpit Singh
2023-07-25
Hide pointer while typing on a physical keyboard am: b3b3f73f10 am: 4f58e44664
Arpit Singh
2023-07-21
Disable Tap to click while typing on a PK
Arpit Singh
2023-07-21
Hide pointer while typing on a physical keyboard
Arpit Singh
2023-07-18
Pass layout info in native callback for quicker layout setup.
Vaibhav Devmurari
2023-05-18
InputMapper refactor: KeyboardInputMapper
Arpit Singh
2023-05-09
InputMapper refactor: KeyboardInputMapper
Arpit Singh
2023-04-20
Merge changes from topic "reader-config-enum" into udc-dev am: 0dd3ca0c88 am:...
Treehugger Robot
2023-04-19
Use ftl::Flags for InputReaderConfiguration::Change
Prabir Pradhan
2023-04-14
Merge changes from topic "InputMapper-refactor-256009910" into udc-dev am: 29...
Arpit Singh
2023-04-13
InputMapper refactor: Change readerconfig pointer to const ref am: ed6c3defc3...
Arpit Singh
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-06
Merge "InputMapper refactor: Rename configure to reconfigure" into udc-dev am...
Arpit Singh
2023-04-05
Keep touch mode for the key event triggered by gesture
Justin Chung
2023-04-05
InputMapper refactor: Rename configure to reconfigure
Arpit Singh
2023-03-17
InputMapper: use a reference for InputDeviceInfo parameter
Harry Cutts
2022-12-16
Gets keyboard layout info from user space when available.
Zixuan Qu
2022-12-02
Convert orientation values in input to ui::Rotation.
Michael Wright
2022-10-27
Extract HID usage accumulation logic from KeyboardInputMapper
Prabir Pradhan
2022-10-27
KeyboardInputMapper: Miscelaneous code cleanup
Prabir Pradhan
2022-10-05
Return events from mappers and InputDevice
Siarhei Vishniakou
2022-09-09
inputflinger: Use #pragma once instead of explicit define guards
Prabir Pradhan
2022-08-26
Synthesize cancellation events when device is disabled
Arthur Hung
2022-06-16
Use std::vector when sending keyCodes
Siarhei Vishniakou
2022-01-21
Add API to get KeyCode produced by physical key location.
Philip Junker
2021-08-20
Fix toggleCapsLock failed for multiple EventHub devices
Arthur Hung
2021-02-23
Pass RawEvent latency from InputReader to InputListener
Siarhei Vishniakou
2020-08-27
Maintain CapsLock, NumLock and ScrollLock of keyboard
arthurhung
2020-02-12
Refactor use of services in InputMappers.
Nathaniel R. Lewis
2019-12-13
Default TV remote keys to no-wake
Powei Feng
2019-09-19
Add override keyword to in inherited classes
Prabir Pradhan
2019-09-19
Create inputmappers and accumulators directories
Prabir Pradhan