Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp244 case AKEYCODE_NUM_LOCK: in updateMetaState()
266 case AKEYCODE_NUM_LOCK: in isMetaKey()
DKeyCharacterMap.cpp503 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState); in addMetaKeys()
554 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState); in addMetaKeys()
/frameworks/native/include/android/
Dkeycodes.h406 AKEYCODE_NUM_LOCK = 143, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2330 mFakeEventHub->addKey(DEVICE_ID, KEY_NUMLOCK, 0, AKEYCODE_NUM_LOCK, 0); in TEST_F()