Home
last modified time | relevance | path

Searched refs:pressed (Results 1 – 25 of 42) sorted by relevance

12

/external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
DClickListener.java40 private boolean pressed, over, cancelled; field in ClickListener
57 if (pressed) return false; in touchDown()
59 pressed = true; in touchDown()
70 pressed = isOver(event.getListenerActor(), x, y); in touchDragged()
71 …if (pressed && pointer == 0 && button != -1 && !Gdx.input.isButtonPressed(button)) pressed = false; in touchDragged()
72 if (!pressed) { in touchDragged()
92 pressed = false; in touchUp()
111 pressed = false; in cancel()
142 return pressed; in isPressed()
148 if (pressed) return true; in isVisualPressed()
[all …]
/external/chromium-trace/catapult/third_party/polymer/components/core-focusable/
Dcore-focusable.js44 pressed: {value: false, reflect: true}, property
93 this.pressed = true;
115 this.pressed = false;
123 if (!this.pressed) {
/external/replicaisland/src/com/replica/replicaisland/
DInputTouchScreen.java50 boolean pressed = false; in getPressed()
52 pressed = mTouchPoints[index].getPressed(); in getPressed()
54 return pressed; in getPressed()
DHudSystem.java203 public void setButtonState(boolean pressed, boolean attackPressed, boolean sliderPressed) { in setButtonState() argument
204 mFlyButtonPressed = pressed; in setButtonState()
/external/autotest/client/site_tests/touch_TouchscreenScroll/
DREADME5 Single finger is pressed to touchscreen and then dragged in the direction
/external/chromium-trace/catapult/telemetry/third_party/altgraph/altgraph.egg-info/
DSOURCES.txt80 doc/_build/html/_static/down-pressed.png
90 doc/_build/html/_static/up-pressed.png
/external/libvterm/src/
Dstate.c435 static void output_mouse(VTermState *state, int code, int pressed, int modifiers, int col, int row) in output_mouse() argument
446 if(!pressed) in output_mouse()
457 if(!pressed) in output_mouse()
471 code | modifiers, col + 1, row + 1, pressed ? 'M' : 'm'); in output_mouse()
475 if(!pressed) in output_mouse()
484 static void mousefunc(int col, int row, int button, int pressed, int modifiers, void *data) in mousefunc() argument
496 if(pressed) in mousefunc()
508 output_mouse(state, button-1, pressed, modifiers, col, row); in mousefunc()
511 output_mouse(state, button-4 + 0x40, pressed, modifiers, col, row); in mousefunc()
/external/autotest/server/site_tests/firmware_RecoveryButton/
Dcontrol.ec_wp22 recovery button pressed and reboots. It then triggers recovery mode by
Dcontrol.dev22 recovery button pressed and reboots. It then triggers recovery mode by
Dcontrol22 recovery button pressed and reboots. It then triggers recovery mode by
/external/icu/icu4j/demos/src/com/ibm/icu/dev/demo/impl/
DDumbTextComponent.java119 private transient boolean pressed; field in DumbTextComponent
123 if (pressed) { in mousePressed()
129 pressed = true; in mousePressed()
140 pressed = false; in mouseReleased()
/external/opencv3/doc/tutorials/viz/launching_viz/
Dlaunching_viz.markdown47 /// Event loop is over when pressed q, Q, e, E
/external/skia/src/views/
DSkWidgets.cpp241 static void create_emboss(SkPaint* paint, SkScalar radius, bool focus, bool pressed)
251 if (pressed)
/external/opencv3/doc/py_tutorials/py_gui/py_mouse_handling/
Dpy_mouse_handling.markdown61 drawing = False # true if mouse is pressed
/external/libvterm/include/
Dvterm.h100 typedef void (*VTermMouseFunc)(int x, int y, int button, int pressed, int modifiers, void *data);
/external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
DJglfwInput.java861 public void mouseButton (long window, int button, boolean pressed) { in mouseButton() argument
865 if (pressed) { in mouseButton()
/external/curl/packages/Symbian/
Dreadme.txt48 curl waits by default for Enter to be pressed before exiting. This behaviour
/external/chromium-trace/catapult/third_party/Paste/docs/
Dtesting-applications.txt134 # Submit with no particular submit button pressed:
/external/webrtc/webrtc/examples/objc/AppRTCDemo/ios/
DARDMainView.m94 // when return (Join) is pressed to trigger |textFieldDidEndEditing|.
/external/chromium-trace/catapult/telemetry/third_party/modulegraph/modulegraph.egg-info/
DSOURCES.txt52 doc/_build/html/_static/down-pressed.png
64 doc/_build/html/_static/up-pressed.png
/external/opencv3/doc/py_tutorials/py_gui/py_image_display/
Dpy_image_display.markdown60 set to detect specific key strokes like, if key a is pressed etc which we will discuss below.
/external/icu/icu4c/source/config/
Dmh-msys-msvc145 # The commented out rules may not properly delete the file when ^C is pressed
Dmh-cygwin-msvc152 # The commented out rules may not properly delete the file when ^C is pressed
/external/bzip2/
Dbzip2.txt75 pressed and decompressed like this. The resulting outputs
349 pressed data created by this version is entirely forwards
/external/libvncserver/
DREADME175 is called when a key is pressed.
179 is called when the mouse moves or a button is pressed.

12