Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp409 AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON; in updateMetaStateIfNeeded()
434 mMetaState &= ~(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON); in updateLedState()
440 const std::array<int32_t, META_NUM> metaCodes = {AMETA_CAPS_LOCK_ON, AMETA_NUM_LOCK_ON, in updateLedState()
455 updateLedStateForModifier(mNumLockLedState, ALED_NUM_LOCK, AMETA_NUM_LOCK_ON, reset); in updateLedState()
/frameworks/native/libs/input/
DKeyboard.cpp254 return toggleLockedMetaState(AMETA_NUM_LOCK_ON, down, oldMetaState); in updateMetaState()
DKeyCharacterMap.cpp68 { "numlock", AMETA_NUM_LOCK_ON },
514 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState); in addMetaKeys()
565 AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON, currentMetaState); in addMetaKeys()
DAndroid.bp135 "--allowlist-var=AMETA_NUM_LOCK_ON",
/frameworks/native/include/android/
Dinput.h142 AMETA_NUM_LOCK_ON = 0x200000, enumerator
/frameworks/native/libs/input/rust/
Dinput.rs315 const NumLockOn = input_bindgen::AMETA_NUM_LOCK_ON;
/frameworks/native/services/inputflinger/
DInputCommonConverter.cpp195 static_assert(static_cast<common::Meta>(AMETA_NUM_LOCK_ON) == common::Meta::NUM_LOCK_ON); in getMetastate()
DPointerChoreographer.cpp188 constexpr static int32_t ALLOW_FADING_META_STATE_MASK = AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | in fadeMouseCursorOnKeyPress()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3779 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper.getMetaState()); in TEST_F()
3787 ASSERT_EQ(AMETA_NUM_LOCK_ON, mapper.getMetaState()); in TEST_F()
3795 ASSERT_EQ(AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper.getMetaState()); in TEST_F()
3958 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper.getMetaState()); in TEST_F()
3964 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper.getMetaState()); in TEST_F()
3998 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, in TEST_F()
4064 ASSERT_EQ(AMETA_NUM_LOCK_ON, mapper1.getMetaState()); in TEST_F()
4065 ASSERT_EQ(AMETA_NUM_LOCK_ON, mapper2.getMetaState()); in TEST_F()
DPointerChoreographer_test.cpp2311 {AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON},