Searched refs:AKEYCODE_CAPS_LOCK (Results 1 – 9 of 9) sorted by relevance
/frameworks/native/libs/input/ |
D | Keyboard.cpp | 233 case AKEYCODE_CAPS_LOCK: in updateMetaState() 256 case AKEYCODE_CAPS_LOCK: in isMetaKey()
|
D | KeyCharacterMap.cpp | 501 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState); in addMetaKeys() 556 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState); in addMetaKeys()
|
/frameworks/native/include/android/ |
D | keycodes.h | 340 AKEYCODE_CAPS_LOCK = 115, enumerator
|
/frameworks/base/docs/html/ndk/reference/ |
D | keycodes_8h.jd | 165 …ga6b7b47dd702d9e331586d485013fd1eaab9dcb68b35c85d380846c85f323868f1">AKEYCODE_CAPS_LOCK</a> = 115,
|
D | globals_eval.jd | 592 <li>AKEYCODE_CAPS_LOCK
|
D | globals.jd | 835 <li>AKEYCODE_CAPS_LOCK
|
D | group___input.jd | 400 …ga6b7b47dd702d9e331586d485013fd1eaab9dcb68b35c85d380846c85f323868f1">AKEYCODE_CAPS_LOCK</a> = 115, 1591 …47dd702d9e331586d485013fd1eaab9dcb68b35c85d380846c85f323868f1"></a>AKEYCODE_CAPS_LOCK</em> </…
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1872 mFakeEventHub->addKey(DEVICE_ID, KEY_CAPSLOCK, 0, AKEYCODE_CAPS_LOCK, 0); in TEST_F()
|
/frameworks/native/services/inputflinger/ |
D | InputReader.cpp | 712 device->updateMetaState(AKEYCODE_CAPS_LOCK); in toggleCapsLockState()
|