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

/frameworks/native/libs/input/
H A DKeyboard.cpp235 case AKEYCODE_NUM_LOCK:
257 case AKEYCODE_NUM_LOCK:
H A DKeyCharacterMap.cpp503 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState);
554 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState);
/frameworks/native/include/android/
H A Dkeycodes.h232 * This key is not {@link AKEYCODE_NUM_LOCK}; it is more like {@link AKEYCODE_ALT_LEFT}. */
406 AKEYCODE_NUM_LOCK = 143, enumerator in enum:__anon1257
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1873 mFakeEventHub->addKey(DEVICE_ID, KEY_NUMLOCK, 0, AKEYCODE_NUM_LOCK, 0);

Completed in 142 milliseconds