HomeSort by relevance Sort by last modified time
    Searched refs:isButtonPressed (Results 1 - 25 of 27) sorted by null

1 2

  /developers/build/prebuilts/gradle/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 147 if(e.isButtonPressed(MotionEvent.BUTTON_PRIMARY)){
151 if(e.isButtonPressed(MotionEvent.BUTTON_SECONDARY)){
155 if(e.isButtonPressed(MotionEvent.BUTTON_TERTIARY)){
159 if(e.isButtonPressed(MotionEvent.BUTTON_BACK)){
163 if(e.isButtonPressed(MotionEvent.BUTTON_FORWARD)){
  /developers/samples/android/input/gestures/BasicGestureDetect/Application/src/main/java/com/example/android/basicgesturedetect/
GestureListener.java 147 if(e.isButtonPressed(MotionEvent.BUTTON_PRIMARY)){
151 if(e.isButtonPressed(MotionEvent.BUTTON_SECONDARY)){
155 if(e.isButtonPressed(MotionEvent.BUTTON_TERTIARY)){
159 if(e.isButtonPressed(MotionEvent.BUTTON_BACK)){
163 if(e.isButtonPressed(MotionEvent.BUTTON_FORWARD)){
  /development/samples/browseable/BasicGestureDetect/src/com.example.android.basicgesturedetect/
GestureListener.java 147 if(e.isButtonPressed(MotionEvent.BUTTON_PRIMARY)){
151 if(e.isButtonPressed(MotionEvent.BUTTON_SECONDARY)){
155 if(e.isButtonPressed(MotionEvent.BUTTON_TERTIARY)){
159 if(e.isButtonPressed(MotionEvent.BUTTON_BACK)){
163 if(e.isButtonPressed(MotionEvent.BUTTON_FORWARD)){
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
InputTest.java 37 Gdx.app.log("Input Test", "just touched, button: " + (Gdx.input.isButtonPressed(Buttons.LEFT) ? "left " : "")
38 + (Gdx.input.isButtonPressed(Buttons.MIDDLE) ? "middle " : "")
39 + (Gdx.input.isButtonPressed(Buttons.RIGHT) ? "right" : "")
40 + (Gdx.input.isButtonPressed(Buttons.BACK) ? "back" : "")
41 + (Gdx.input.isButtonPressed(Buttons.FORWARD) ? "forward" : ""));
  /external/libgdx/gdx/src/com/badlogic/gdx/scenes/scene2d/utils/
UIUtils.java 14 return Gdx.input.isButtonPressed(Buttons.LEFT);
22 return Gdx.input.isButtonPressed(Buttons.RIGHT);
30 return Gdx.input.isButtonPressed(Buttons.MIDDLE);
ClickListener.java 71 if (pressed && pointer == 0 && button != -1 && !Gdx.input.isButtonPressed(button)) pressed = false;
  /frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
Events.java 156 return mEvent.isButtonPressed(MotionEvent.BUTTON_PRIMARY);
161 return mEvent.isButtonPressed(MotionEvent.BUTTON_SECONDARY);
  /external/libgdx/backends/gdx-backend-headless/src/com/badlogic/gdx/backends/headless/mock/input/
MockInput.java 114 public boolean isButtonPressed(int button) {
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/ois/
OisJoystick.java 133 public boolean isButtonPressed (int buttonIndex) {
  /external/libgdx/gdx/src/com/badlogic/gdx/
Input.java 636 public boolean isButtonPressed (int button);
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/gwt/
GwtTestWrapper.java 323 public boolean isButtonPressed (int button) {
324 return input.isButtonPressed(button);
  /external/libgdx/extensions/gdx-controllers/gdx-controllers-desktop/src/com/badlogic/gdx/controllers/desktop/
OisControllers.java 152 return joystick.isButtonPressed(buttonIndex);
  /external/libgdx/gdx/src/com/badlogic/gdx/input/
RemoteInput.java 382 public boolean isButtonPressed (int button) {
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
NotificationPanelView.java     [all...]
  /external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/
IOSInput.java 277 public boolean isButtonPressed (int button) {
  /external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
IOSInput.java 332 public boolean isButtonPressed (int button) {
  /external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
AndroidInput.java 624 public boolean isButtonPressed (int button) {
  /external/libgdx/backends/gdx-backend-jglfw/src/com/badlogic/gdx/backends/jglfw/
JglfwInput.java 201 public boolean isButtonPressed (int button) {
  /external/libgdx/backends/gdx-backend-lwjgl/src/com/badlogic/gdx/backends/lwjgl/
LwjglAWTInput.java 799 public boolean isButtonPressed (int button) {
LwjglInput.java 963 public boolean isButtonPressed (int button) {
  /external/libgdx/backends/gdx-backend-lwjgl3/src/com/badlogic/gdx/backends/lwjgl3/
Lwjgl3Input.java 263 public boolean isButtonPressed(int button) {
  /external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
GwtInput.java 169 public boolean isButtonPressed (int button) {
  /frameworks/base/core/java/android/view/
MotionEvent.java     [all...]
ViewGroup.java     [all...]
  /frameworks/base/core/java/android/widget/
Editor.java     [all...]

Completed in 1322 milliseconds

1 2