Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp245 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.h138 AMETA_NUM_LOCK_ON = 0x200000, enumerator
/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp417 updateLedStateForModifier(mNumLockLedState, ALED_NUM_LOCK, AMETA_NUM_LOCK_ON, reset); in updateLedState()
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp189 static_assert(static_cast<common::V1_0::Meta>(AMETA_NUM_LOCK_ON) == in getMetastate()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp2817 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()