Home
last modified time | relevance | path

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

/frameworks/native/services/inputflinger/reader/mapper/
DKeyboardInputMapper.cpp398 AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON; in updateMetaStateIfNeeded()
428 AMETA_SCROLL_LOCK_ON}; in updateLedState()
444 updateLedStateForModifier(mScrollLockLedState, ALED_SCROLL_LOCK, AMETA_SCROLL_LOCK_ON, reset); in updateLedState()
/frameworks/native/libs/input/
DKeyboard.cpp246 return toggleLockedMetaState(AMETA_SCROLL_LOCK_ON, down, oldMetaState); in updateMetaState()
DKeyCharacterMap.cpp72 { "scrolllock", AMETA_SCROLL_LOCK_ON },
535 AKEYCODE_SCROLL_LOCK, AMETA_SCROLL_LOCK_ON, currentMetaState); in addMetaKeys()
582 AKEYCODE_SCROLL_LOCK, AMETA_SCROLL_LOCK_ON, currentMetaState); in addMetaKeys()
/frameworks/native/include/android/
Dinput.h142 AMETA_SCROLL_LOCK_ON = 0x400000, enumerator
/frameworks/native/services/inputflinger/
DInputClassifierConverter.cpp191 static_assert(static_cast<common::V1_0::Meta>(AMETA_SCROLL_LOCK_ON) == in getMetastate()
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp3505 ASSERT_EQ(AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper.getMetaState()); in TEST_F()
3513 ASSERT_EQ(AMETA_SCROLL_LOCK_ON, mapper.getMetaState()); in TEST_F()
3675 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper.getMetaState()); in TEST_F()
3704 ASSERT_EQ(AMETA_CAPS_LOCK_ON | AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, in TEST_F()