Home
last modified time | relevance | path

Searched refs:AMETA_SCROLL_LOCK_ON (Results 1 – 9 of 9) 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/base/docs/html/ndk/reference/
Dinput_8h.jd67 …c29c2ff13d900c2f185ee95427fb06cafe8dacdc6566f655a3eab73ea4a9af5a">AMETA_SCROLL_LOCK_ON</a> = 0x400…
Dglobals_eval.jd1246 <li>AMETA_SCROLL_LOCK_ON
Dglobals.jd1546 <li>AMETA_SCROLL_LOCK_ON
Dgroup___input.jd67 …c29c2ff13d900c2f185ee95427fb06cafe8dacdc6566f655a3eab73ea4a9af5a">AMETA_SCROLL_LOCK_ON</a> = 0x400…
2119 …2ff13d900c2f185ee95427fb06cafe8dacdc6566f655a3eab73ea4a9af5a"></a>AMETA_SCROLL_LOCK_ON</em>&#160;<…
/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.cpp2390 AMETA_SCROLL_LOCK_ON, reset); in updateLedState()