Home
last modified time | relevance | path

Searched refs:AKEYCODE_CAPS_LOCK (Results 1 – 9 of 9) sorted by relevance

/frameworks/native/libs/input/
DKeyboard.cpp233 case AKEYCODE_CAPS_LOCK: in updateMetaState()
256 case AKEYCODE_CAPS_LOCK: in isMetaKey()
DKeyCharacterMap.cpp501 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/
Dkeycodes.h340 AKEYCODE_CAPS_LOCK = 115, enumerator
/frameworks/base/docs/html/ndk/reference/
Dkeycodes_8h.jd165 …ga6b7b47dd702d9e331586d485013fd1eaab9dcb68b35c85d380846c85f323868f1">AKEYCODE_CAPS_LOCK</a> = 115,
Dglobals_eval.jd592 <li>AKEYCODE_CAPS_LOCK
Dglobals.jd835 <li>AKEYCODE_CAPS_LOCK
Dgroup___input.jd400 …ga6b7b47dd702d9e331586d485013fd1eaab9dcb68b35c85d380846c85f323868f1">AKEYCODE_CAPS_LOCK</a> = 115,
1591 …47dd702d9e331586d485013fd1eaab9dcb68b35c85d380846c85f323868f1"></a>AKEYCODE_CAPS_LOCK</em>&#160;</…
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1872 mFakeEventHub->addKey(DEVICE_ID, KEY_CAPSLOCK, 0, AKEYCODE_CAPS_LOCK, 0); in TEST_F()
/frameworks/native/services/inputflinger/
DInputReader.cpp712 device->updateMetaState(AKEYCODE_CAPS_LOCK); in toggleCapsLockState()