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

/frameworks/native/libs/input/
H A DKeyboard.cpp235 return toggleLockedMetaState(AMETA_NUM_LOCK_ON, down, oldMetaState);
H A DKeyCharacterMap.cpp71 { "numlock", AMETA_NUM_LOCK_ON },
503 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState);
554 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState);
/frameworks/native/include/android/
H A Dinput.h134 AMETA_NUM_LOCK_ON = 0x200000, enumerator in enum:__anon1534
/frameworks/native/services/inputflinger/tests/
H A DInputReader_test.cpp2072 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper->getMetaState());
2082 ASSERT_EQ(AMETA_NUM_LOCK_ON, mapper->getMetaState());
2092 ASSERT_EQ(AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper->getMetaState());
/frameworks/native/services/inputflinger/
H A DInputReader.cpp2554 AMETA_NUM_LOCK_ON, reset);

Completed in 113 milliseconds