Searched refs:AMETA_CAPS_LOCK_ON (Results 1 – 6 of 6) sorted by relevance
/aosp12/frameworks/native/services/inputflinger/reader/mapper/ |
H A D | KeyboardInputMapper.cpp | 398 AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON; in updateMetaStateIfNeeded() 427 const std::array<int32_t, META_NUM> metaCodes = {AMETA_CAPS_LOCK_ON, AMETA_NUM_LOCK_ON, in updateLedState() 442 updateLedStateForModifier(mCapsLockLedState, ALED_CAPS_LOCK, AMETA_CAPS_LOCK_ON, reset); in updateLedState()
|
/aosp12/frameworks/native/libs/input/ |
H A D | Keyboard.cpp | 242 return toggleLockedMetaState(AMETA_CAPS_LOCK_ON, down, oldMetaState); in updateMetaState()
|
H A D | KeyCharacterMap.cpp | 71 { "capslock", AMETA_CAPS_LOCK_ON }, 575 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState); in addMetaKeys() 630 AKEYCODE_CAPS_LOCK, AMETA_CAPS_LOCK_ON, currentMetaState); in addMetaKeys()
|
/aosp12/frameworks/native/include/android/ |
H A D | input.h | 136 AMETA_CAPS_LOCK_ON = 0x100000, enumerator
|
/aosp12/frameworks/native/services/inputflinger/ |
H A D | InputClassifierConverter.cpp | 187 static_assert(static_cast<common::V1_0::Meta>(AMETA_CAPS_LOCK_ON) == in getMetastate()
|
/aosp12/frameworks/native/services/inputflinger/tests/ |
H A D | InputReader_test.cpp | 3508 ASSERT_EQ(AMETA_CAPS_LOCK_ON, mapper.getMetaState()); in TEST_F() 3516 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper.getMetaState()); in TEST_F() 3690 ASSERT_EQ(AMETA_CAPS_LOCK_ON, mapper.getMetaState()); in TEST_F() 3696 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON, mapper.getMetaState()); in TEST_F() 3702 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper.getMetaState()); in TEST_F() 3731 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, in TEST_F()
|