index
:
platform/frameworks/native
banksia-dev
[no description]
Gerrit Code Review
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
input
/
KeyCharacterMap.h
Age
Commit message (
Expand
)
Author
2024-10-17
Copy KeyCharacterMap object when we fill InputDeviceInfo(1/n)
Linnan Li
2024-10-07
hasKeycode API should take into account key remapping
Vaibhav Devmurari
2024-09-20
Move key remapping to InputReader thread(1/n)
Linnan Li
2024-05-10
Remove __linux__ ifdefs where not needed
Siarhei Vishniakou
2023-10-24
Return unique_ptr from readFromParcel
Siarhei Vishniakou
2023-04-24
Use std::unordered_map in KeyCharacterMap
Siarhei Vishniakou
2023-04-17
Return Key* from getKey
Siarhei Vishniakou
2023-04-17
Pass reference to finishKey
Siarhei Vishniakou
2023-03-02
Initialize mLayoutOverlayApplied
Siarhei Vishniakou
2023-01-12
Clear applied layout overlay if new layout overlay is null.
Vaibhav Devmurari
2022-12-06
Add API to support key remappings on native side
Vaibhav Devmurari
2022-09-10
libinput: Use #pragma once instead of explicit define guards
Prabir Pradhan
2022-08-08
Use std::list to store Behavior objects
Siarhei Vishniakou
2022-08-05
Return pointer from getKeyBehavior
Siarhei Vishniakou
2022-08-05
Remove unused variable outKey
Siarhei Vishniakou
2021-12-31
Fix KeyCharacterMap overlays by reloading base overlay before applying anothe...
Philip Junker
2020-12-16
Add SensorManager support in inputflinger.
Chris Ye
2020-11-05
Merge "Fix libinput mac build, hopefully."
TreeHugger Robot
2020-11-04
Fix libinput mac build, hopefully.
Brett Chabot
2020-11-04
Move KeyCharacterMap to enum class
Michael Wright
2020-10-28
Build all of libinput for linux host.
Brett Chabot
2020-08-28
Move KeyCharacterMap from RefBase to shared_ptr.
Chris Ye
2018-12-21
Merge "Fix/suppress google-explicit-constructor warnings" am: aad7e1ccc5 am: ...
Chih-hung Hsieh
2018-12-21
Fix/suppress google-explicit-constructor warnings
Chih-Hung Hsieh
2018-09-05
Prefer std::string over String8
Siarhei Vishniakou
2018-02-21
Move SPECIAL_FUNCTION from .kcm to .idc files
Siarhei Vishniakou
2015-10-22
Limit the number of keys read by KeyCharacterMaps.
Michael Wright
2015-10-08
resolved conflicts for b9163905 to mnc-dr-dev-plus-aosp
Dmitry Torokhov
2015-09-29
Allow defining replacement key events in keymap
Dmitry Torokhov
2015-08-12
Lose HAVE_ANDROID_OS from frameworks/native.
Elliott Hughes
2013-07-01
Move input library code from frameworks/base.
Jeff Brown