Home
last modified time | relevance | path

Searched refs:KEY_LEFT (Results 1 – 22 of 22) sorted by relevance

/external/toybox/kconfig/lxdialog/
Dyesno.c91 case KEY_LEFT: in dialog_yesno()
93 button = ((key == KEY_LEFT ? --button : ++button) < 0) ? 1 : (button > 1 ? 0 : button); in dialog_yesno()
Dinputbox.c124 case KEY_LEFT: in dialog_inputbox()
180 case KEY_LEFT: in dialog_inputbox()
Dchecklist.c297 case KEY_LEFT: in dialog_checklist()
299 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_checklist()
Dmenubox.c371 case KEY_LEFT: in dialog_menu()
374 button = ((key == KEY_LEFT ? --button : ++button) < 0) in dialog_menu()
Dtextbox.c227 case KEY_LEFT: in dialog_textbox()
/external/toybox/toys/example/
Dtest_scankey.c68 else if (key==KEY_LEFT) x--; in test_scankey_main()
/external/autotest/client/site_tests/firmware_TouchMTB/
Dfirmware_constants.py12 KEY_UP, KEY_DOWN, KEY_LEFT, KEY_RIGHT)
233 TFK.LEFT = KEY_LEFT
/external/toybox/generated/
Dtags.h125 #define KEY_LEFT 3 macro
/external/toybox/toys/other/
Dhexedit.c231 } else if (key==KEY_LEFT) { in hexedit_main()
/external/strace/xlat/
Devdev_keycode.in106 KEY_LEFT
Devdev_keycode.h324 #if defined(KEY_LEFT) || (defined(HAVE_DECL_KEY_LEFT) && HAVE_DECL_KEY_LEFT)
325 XLAT(KEY_LEFT),
/external/sl4a/ScriptingLayerForAndroid/src/org/connectbot/service/
DTerminalKeyListener.java318 ((vt320) buffer).keyPressed(vt320.KEY_LEFT, ' ', getStateForBuffer()); in onKey()
/external/kernel-headers/original/uapi/linux/
Dinput-event-codes.h179 #define KEY_LEFT 105 macro
/external/libvncserver/examples/android/jni/
Dfbvncserver.c245 { KEY_HOME, KEY_LEFT, KEY_UP, KEY_RIGHT, KEY_DOWN, in keysym2scancode()
/external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
DLwjglInput.java474 case Keyboard.KEY_LEFT: in getGdxKeyCode()
678 return Keyboard.KEY_LEFT; in getLwjglKeyCode()
/external/autotest/client/site_tests/hardware_Keyboard/src/
Devtest.c106 [KEY_LEFT] = "Left", [KEY_RIGHT] = "Right",
/external/autotest/client/bin/input/
Dlinux_input.py292 KEY_LEFT = 105 variable
/external/gptfdisk/
Dgptcurses.cc659 case KEY_LEFT: in AcceptInput()
/external/autotest/client/cros/graphics/
Dgraphics_utils.py161 uinput.KEY_LEFT,
/external/sl4a/ScriptingLayerForAndroid/src/de/mud/terminal/
Dvt320.java735 public final static int KEY_LEFT = 16; field in vt320
1016 case KEY_LEFT: in keyPressed()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtInput.java720 case KeyCodes.KEY_LEFT: in keyForCode()
/external/toybox/toys/posix/
Dps.c1375 if (i == KEY_LEFT) setsort(TT.sortpos-1); in top_common()