Home
last modified time | relevance | path

Searched refs:AKEYCODE_SCROLL_LOCK (Results 1 – 8 of 8) sorted by relevance

/frameworks/native/libs/input/
DKeyboard.cpp237 case AKEYCODE_SCROLL_LOCK: in updateMetaState()
258 case AKEYCODE_SCROLL_LOCK: in isMetaKey()
DKeyCharacterMap.cpp505 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/
Dkeycodes.h342 AKEYCODE_SCROLL_LOCK = 116, enumerator
/frameworks/base/docs/html/ndk/reference/
Dkeycodes_8h.jd167 …6b7b47dd702d9e331586d485013fd1eaa78ff5c8316235635f76e3c3179e9a7fc">AKEYCODE_SCROLL_LOCK</a> = 116,
Dglobals_eval.jd976 <li>AKEYCODE_SCROLL_LOCK
Dglobals.jd1219 <li>AKEYCODE_SCROLL_LOCK
Dgroup___input.jd402 …6b7b47dd702d9e331586d485013fd1eaa78ff5c8316235635f76e3c3179e9a7fc">AKEYCODE_SCROLL_LOCK</a> = 116,
1594 …7dd702d9e331586d485013fd1eaa78ff5c8316235635f76e3c3179e9a7fc"></a>AKEYCODE_SCROLL_LOCK</em>&#160;<…
/frameworks/native/services/inputflinger/tests/
DInputReader_test.cpp1874 mFakeEventHub->addKey(DEVICE_ID, KEY_SCROLLLOCK, 0, AKEYCODE_SCROLL_LOCK, 0); in TEST_F()