Searched defs:updateMetaState (Results 1 - 3 of 3) sorted by relevance

/frameworks/native/libs/input/
H A DKeyboard.cpp210 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) { function in namespace:android
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAutoclickController.java100 mClickScheduler.updateMetaState(event.getMetaState());
334 public void updateMetaState(int state) { method in class:AutoclickController.ClickScheduler
/frameworks/native/services/inputflinger/
H A DInputReader.cpp712 device->updateMetaState(AKEYCODE_CAPS_LOCK);
1190 void InputDevice::updateMetaState(int32_t keyCode) { function in class:android::InputDevice
1193 mMappers[i]->updateMetaState(keyCode);
1905 void InputMapper::updateMetaState(int32_t keyCode) { function in class:android::InputMapper
2353 void KeyboardInputMapper::updateMetaState(int32_t keyCode) { function in class:android::KeyboardInputMapper
2359 int32_t newMetaState = android::updateMetaState(keyCode, down, oldMetaState);

Completed in 2091 milliseconds