Searched refs:AMETA_NUM_LOCK_ON (Results 1 – 6 of 6) sorted by relevance
/frameworks/native/libs/input/ |
D | Keyboard.cpp | 245 return toggleLockedMetaState(AMETA_NUM_LOCK_ON, down, oldMetaState); in updateMetaState()
|
D | KeyCharacterMap.cpp | 71 { "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/ |
D | input.h | 138 AMETA_NUM_LOCK_ON = 0x200000, enumerator
|
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 417 updateLedStateForModifier(mNumLockLedState, ALED_NUM_LOCK, AMETA_NUM_LOCK_ON, reset); in updateLedState()
|
/frameworks/native/services/inputflinger/ |
D | InputClassifierConverter.cpp | 189 static_assert(static_cast<common::V1_0::Meta>(AMETA_NUM_LOCK_ON) == in getMetastate()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 2817 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper.getMetaState()); in TEST_F() 2825 ASSERT_EQ(AMETA_NUM_LOCK_ON, mapper.getMetaState()); in TEST_F() 2833 ASSERT_EQ(AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper.getMetaState()); in TEST_F()
|