Home
last modified time | relevance | path

Searched refs:AMETA_NUM_LOCK_ON (Results 1 – 9 of 9) 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/base/docs/html/ndk/reference/
Dinput_8h.jd66 …adc29c2ff13d900c2f185ee95427fb06ca15d234534a6870add5594f02b7333dc6">AMETA_NUM_LOCK_ON</a> = 0x2000…
Dglobals_eval.jd1243 <li>AMETA_NUM_LOCK_ON
Dglobals.jd1543 <li>AMETA_NUM_LOCK_ON
Dgroup___input.jd66 …adc29c2ff13d900c2f185ee95427fb06ca15d234534a6870add5594f02b7333dc6">AMETA_NUM_LOCK_ON</a> = 0x2000…
2116 …9c2ff13d900c2f185ee95427fb06ca15d234534a6870add5594f02b7333dc6"></a>AMETA_NUM_LOCK_ON</em>&#160;</…
/frameworks/native/services/inputflinger/
DInputReader.cpp2388 AMETA_NUM_LOCK_ON, reset); in updateLedState()