Searched refs:AMETA_FUNCTION_ON (Results 1 – 8 of 8) sorted by relevance
/frameworks/native/libs/input/ |
D | Keyboard.cpp | 219 return setEphemeralMetaState(AMETA_FUNCTION_ON, down, oldMetaState); in updateMetaState()
|
D | KeyCharacterMap.cpp | 69 { "fn", AMETA_FUNCTION_ON }, 485 AKEYCODE_FUNCTION, AMETA_FUNCTION_ON, currentMetaState); in addMetaKeys() 488 AKEYCODE_FUNCTION, AMETA_FUNCTION_ON, currentMetaState); in addMetaKeys()
|
/frameworks/native/include/android/ |
D | input.h | 99 AMETA_FUNCTION_ON = 0x08, enumerator
|
/frameworks/base/docs/html/ndk/reference/ |
D | input_8h.jd | 56 …gadc29c2ff13d900c2f185ee95427fb06ca545b31b72b0454c22c170ff534ddfdf1">AMETA_FUNCTION_ON</a> = 0x08,
|
D | globals_eval.jd | 1228 <li>AMETA_FUNCTION_ON
|
D | globals.jd | 1528 <li>AMETA_FUNCTION_ON
|
D | group___input.jd | 56 …gadc29c2ff13d900c2f185ee95427fb06ca545b31b72b0454c22c170ff534ddfdf1">AMETA_FUNCTION_ON</a> = 0x08, 2092 …9c2ff13d900c2f185ee95427fb06ca545b31b72b0454c22c170ff534ddfdf1"></a>AMETA_FUNCTION_ON</em> </…
|
/frameworks/native/services/inputflinger/ |
D | InputDispatcher.cpp | 2379 metaState |= AMETA_FUNCTION_ON; in notifyKey()
|