Searched defs:updateMetaState (Results 1 – 3 of 3) sorted by relevance
/frameworks/native/libs/input/ | ||
D | Keyboard.cpp | 210 int32_t updateMetaState(int32_t keyCode, bool down, int32_t oldMetaState) { in updateMetaState() function |
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ | ||
D | AutoclickController.java | 334 public void updateMetaState(int state) { in updateMetaState() method in AutoclickController.ClickScheduler |
/frameworks/native/services/inputflinger/ | ||
D | InputReader.cpp | 1198 void InputDevice::updateMetaState(int32_t keyCode) { in updateMetaState() function in android::InputDevice |