Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp236 return toggleLockedMetaState(AMETA_NUM_LOCK_ON, down, oldMetaState); in updateMetaState()
DKeyCharacterMap.cpp71 { "numlock", AMETA_NUM_LOCK_ON },
503 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/
Dinput.h132 AMETA_NUM_LOCK_ON = 0x200000, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1903 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper->getMetaState()); in TEST_F()
1913 ASSERT_EQ(AMETA_NUM_LOCK_ON, mapper->getMetaState()); in TEST_F()
1923 ASSERT_EQ(AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper->getMetaState()); in TEST_F()
/frameworks/native/services/inputflinger/
DInputReader.cpp2396 AMETA_NUM_LOCK_ON, reset); in updateLedState()