Searched refs:AKEYCODE_SCROLL_LOCK (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/input/ |
D | Keyboard.cpp | 237 case AKEYCODE_SCROLL_LOCK: in updateMetaState() 258 case AKEYCODE_SCROLL_LOCK: in isMetaKey()
|
D | KeyCharacterMap.cpp | 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/ |
D | keycodes.h | 342 AKEYCODE_SCROLL_LOCK = 116, enumerator
|
/frameworks/base/docs/html/ndk/reference/ |
D | keycodes_8h.jd | 167 …6b7b47dd702d9e331586d485013fd1eaa78ff5c8316235635f76e3c3179e9a7fc">AKEYCODE_SCROLL_LOCK</a> = 116,
|
D | globals_eval.jd | 976 <li>AKEYCODE_SCROLL_LOCK
|
D | globals.jd | 1219 <li>AKEYCODE_SCROLL_LOCK
|
D | group___input.jd | 402 …6b7b47dd702d9e331586d485013fd1eaa78ff5c8316235635f76e3c3179e9a7fc">AKEYCODE_SCROLL_LOCK</a> = 116, 1594 …7dd702d9e331586d485013fd1eaa78ff5c8316235635f76e3c3179e9a7fc"></a>AKEYCODE_SCROLL_LOCK</em> <…
|
/frameworks/native/services/inputflinger/tests/ |
D | InputReader_test.cpp | 1874 mFakeEventHub->addKey(DEVICE_ID, KEY_SCROLLLOCK, 0, AKEYCODE_SCROLL_LOCK, 0); in TEST_F()
|