Searched refs:AMETA_NUM_LOCK_ON (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/libs/input/
H A DKeyboard.cpp231 return toggleLockedMetaState(AMETA_NUM_LOCK_ON, down, oldMetaState);
H A DKeyCharacterMap.cpp71 { "numlock", AMETA_NUM_LOCK_ON },
461 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState);
512 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState);
/frameworks/native/include/android/
H A Dinput.h123 AMETA_NUM_LOCK_ON = 0x200000, enumerator in enum:__anon1181
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp1895 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper->getMetaState());
1905 ASSERT_EQ(AMETA_NUM_LOCK_ON, mapper->getMetaState());
1915 ASSERT_EQ(AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper->getMetaState());
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2242 AMETA_NUM_LOCK_ON, reset);

Completed in 1079 milliseconds