Home
last modified time | relevance | path

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

/frameworks/native/libs/input/
DKeyboard.cpp236 case AKEYCODE_SCROLL_LOCK: in updateMetaState()
257 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/native/services/inputflinger/tests/
DInputReader_test.cpp2043 mFakeEventHub->addKey(DEVICE_ID, KEY_SCROLLLOCK, 0, AKEYCODE_SCROLL_LOCK, 0); in TEST_F()