Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp232 case AKEYCODE_CAPS_LOCK: in updateMetaState()
255 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/native/services/inputflinger/
DInputReader.cpp794 device->updateMetaState(AKEYCODE_CAPS_LOCK); in toggleCapsLockState()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2041 mFakeEventHub->addKey(DEVICE_ID, KEY_CAPSLOCK, 0, AKEYCODE_CAPS_LOCK, 0); in TEST_F()