Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp228 case AKEYCODE_CAPS_LOCK: in updateMetaState()
251 case AKEYCODE_CAPS_LOCK: in isMetaKey()
DKeyCharacterMap.cpp459 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState); in addMetaKeys()
514 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState); in addMetaKeys()
/frameworks/native/include/android/
Dkeycodes.h161 AKEYCODE_CAPS_LOCK = 115, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1864 mFakeEventHub->addKey(DEVICE_ID, KEY_CAPSLOCK, 0, AKEYCODE_CAPS_LOCK, 0); in TEST_F()