Home
last modified time | relevance | path

Searched defs:keycode (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/hardware/res/raw/
Dasus_gamepad_keyeventtests.json10 {"action": "DOWN", "keycode": "BUTTON_A"}, string
11 {"action": "UP", "keycode": "BUTTON_A"} string
23 {"action": "DOWN", "keycode": "BUTTON_B"}, string
24 {"action": "UP", "keycode": "BUTTON_B"} string
36 {"action": "DOWN", "keycode": "BUTTON_X"}, string
37 {"action": "UP", "keycode": "BUTTON_X"} string
49 {"action": "DOWN", "keycode": "BUTTON_Y"}, string
50 {"action": "UP", "keycode": "BUTTON_Y"} string
62 {"action": "DOWN", "keycode": "BUTTON_L1"}, string
63 {"action": "UP", "keycode": "BUTTON_L1"} string
[all …]
Dmicrosoft_xboxones_keyeventtests.json12 {"action": "DOWN", "keycode": "BUTTON_A"}, string
13 {"action": "UP", "keycode": "BUTTON_A"} string
27 {"action": "DOWN", "keycode": "BUTTON_B"}, string
28 {"action": "UP", "keycode": "BUTTON_B"} string
42 {"action": "DOWN", "keycode": "BUTTON_X"}, string
43 {"action": "UP", "keycode": "BUTTON_X"} string
57 {"action": "DOWN", "keycode": "BUTTON_Y"}, string
58 {"action": "UP", "keycode": "BUTTON_Y"} string
72 {"action": "DOWN", "keycode": "BUTTON_L1"}, string
73 {"action": "UP", "keycode": "BUTTON_L1"} string
[all …]
Dsony_dualshock4_keyeventtests.json20 {"action": "DOWN", "keycode": "BUTTON_A"}, string
21 {"action": "UP", "keycode": "BUTTON_A"} string
43 {"action": "DOWN", "keycode": "BUTTON_B"}, string
44 {"action": "UP", "keycode": "BUTTON_B"} string
66 {"action": "DOWN", "keycode": "BUTTON_X"}, string
67 {"action": "UP", "keycode": "BUTTON_X"} string
89 {"action": "DOWN", "keycode": "BUTTON_Y"}, string
90 {"action": "UP", "keycode": "BUTTON_Y"} string
112 {"action": "DOWN", "keycode": "BUTTON_L1"}, string
113 {"action": "UP", "keycode": "BUTTON_L1"} string
[all …]
/cts/tests/tests/text/src/android/text/method/cts/
DKeyListenerTestCase.java108 protected static KeyEvent getKey(int keycode, int metaState) { in getKey()
/cts/hostsidetests/hdmicec/src/android/hdmicec/cts/
DHdmiCecClientWrapper.java147 int keycode, boolean holdKey) throws Exception { in sendUserControlPressAndRelease()
162 int keycode, boolean holdKey) throws Exception { in sendUserControlPress()