Searched refs:AMETA_NUM_LOCK_ON (Results 1 – 10 of 10) sorted by relevance
/frameworks/native/services/inputflinger/reader/mapper/ |
D | KeyboardInputMapper.cpp | 409 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/ |
D | Keyboard.cpp | 254 return toggleLockedMetaState(AMETA_NUM_LOCK_ON, down, oldMetaState); in updateMetaState()
|
D | KeyCharacterMap.cpp | 68 { "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()
|
D | Android.bp | 135 "--allowlist-var=AMETA_NUM_LOCK_ON",
|
/frameworks/native/include/android/ |
D | input.h | 142 AMETA_NUM_LOCK_ON = 0x200000, enumerator
|
/frameworks/native/libs/input/rust/ |
D | input.rs | 315 const NumLockOn = input_bindgen::AMETA_NUM_LOCK_ON;
|
/frameworks/native/services/inputflinger/ |
D | InputCommonConverter.cpp | 195 static_assert(static_cast<common::Meta>(AMETA_NUM_LOCK_ON) == common::Meta::NUM_LOCK_ON); in getMetastate()
|
D | PointerChoreographer.cpp | 188 constexpr static int32_t ALLOW_FADING_META_STATE_MASK = AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | in fadeMouseCursorOnKeyPress()
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 3779 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()
|
D | PointerChoreographer_test.cpp | 2311 {AKEYCODE_NUM_LOCK, AMETA_NUM_LOCK_ON},
|