Searched refs:updateMetaState (Results 1 – 11 of 11) sorted by relevance
/frameworks/native/include/input/ |
D | Keyboard.h | 78 extern int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState);
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AutoclickController.java | 94 mClickScheduler.updateMetaState(event.getMetaState()); in onKeyEvent() 312 public void updateMetaState(int state) { in updateMetaState() method in AutoclickController.ClickScheduler
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.h | 42 virtual void updateMetaState(int32_t keyCode);
|
D | InputMapper.h | 71 virtual void updateMetaState(int32_t keyCode);
|
D | InputMapper.cpp | 70 void InputMapper::updateMetaState(int32_t keyCode) {} in updateMetaState() function in android::InputMapper
|
D | KeyboardInputMapper.cpp | 364 void KeyboardInputMapper::updateMetaState(int32_t keyCode) { in updateMetaState() function in android::KeyboardInputMapper 370 int32_t newMetaState = android::updateMetaState(keyCode, down, oldMetaState); in updateMetaStateIfNeeded()
|
/frameworks/native/services/inputflinger/reader/ |
D | InputDevice.cpp | 306 void InputDevice::updateMetaState(int32_t keyCode) { in updateMetaState() function in android::InputDevice 308 mapper->updateMetaState(keyCode); in updateMetaState()
|
D | InputReader.cpp | 519 device->updateMetaState(AKEYCODE_CAPS_LOCK); in toggleCapsLockState()
|
/frameworks/native/services/inputflinger/reader/include/ |
D | InputDevice.h | 86 void updateMetaState(int32_t keyCode);
|
/frameworks/native/libs/input/ |
D | Keyboard.cpp | 220 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) { in updateMetaState() function
|
D | KeyCharacterMap.cpp | 565 *currentMetaState = updateMetaState(keyCode, down, *currentMetaState); in addSingleEphemeralMetaKey() 595 *currentMetaState = updateMetaState(keyCode, true, *currentMetaState); in addLockedMetaKey() 597 *currentMetaState = updateMetaState(keyCode, false, *currentMetaState); in addLockedMetaKey()
|