Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp238 return toggleLockedMetaState(AMETA_SCROLL_LOCK_ON, down, oldMetaState); in updateMetaState()
DKeyCharacterMap.cpp72 { "scrolllock", AMETA_SCROLL_LOCK_ON },
505 AKEYCODE_SCROLL_LOCK, AMETA_SCROLL_LOCK_ON, currentMetaState); in addMetaKeys()
552 AKEYCODE_SCROLL_LOCK, AMETA_SCROLL_LOCK_ON, currentMetaState); in addMetaKeys()
/frameworks/native/include/android/
Dinput.h135 AMETA_SCROLL_LOCK_ON = 0x400000, enumerator
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1923 ASSERT_EQ(AMETA_NUM_LOCK_ON | AMETA_SCROLL_LOCK_ON, mapper->getMetaState()); in TEST_F()
1933 ASSERT_EQ(AMETA_SCROLL_LOCK_ON, mapper->getMetaState()); in TEST_F()
/frameworks/native/services/inputflinger/
DInputReader.cpp2398 AMETA_SCROLL_LOCK_ON, reset); in updateLedState()