Home
last modified time | relevance | path

Searched defs:updateMetaState (Results 1 – 5 of 5) sorted by relevance

/aosp12/frameworks/native/libs/input/
H A DKeyboard.cpp219 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) { in updateMetaState() function
/aosp12/frameworks/native/services/inputflinger/reader/mapper/
H A DInputMapper.cpp87 void InputMapper::updateMetaState(int32_t keyCode) {} in updateMetaState() function in android::InputMapper
H A DKeyboardInputMapper.cpp387 void KeyboardInputMapper::updateMetaState(int32_t keyCode) { in updateMetaState() function in android::KeyboardInputMapper
/aosp12/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java323 public void updateMetaState(int state) { in updateMetaState() method in AutoclickController.ClickScheduler
/aosp12/frameworks/native/services/inputflinger/reader/
H A DInputDevice.cpp561 void InputDevice::updateMetaState(int32_t keyCode) { in updateMetaState() function in android::InputDevice