Searched refs:AXIS_Y (Results 1 - 6 of 6) sorted by relevance

/frameworks/rs/tests/java_api/RsNbody/src/com/example/android/rs/nbody_gl/
H A DBasicGLSurfaceView.java67 float y = event.getAxisValue(MotionEvent.AXIS_Y);
/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java107 * Synonym for {@link MotionEvent#AXIS_Y}.
109 * @deprecated Use {@link MotionEvent#AXIS_Y} directly.
112 public static final int AXIS_Y = 1; field in class:MotionEventCompat
564 * @see #AXIS_Y
584 * @see #AXIS_Y
/frameworks/base/core/java/android/view/
H A DMotionEvent.java149 * Some common joystick axes are {@link #AXIS_X}, {@link #AXIS_Y},
558 public static final int AXIS_Y = 1; field in class:MotionEvent
1238 names.append(AXIS_Y, "AXIS_Y");
2050 * @see #AXIS_Y
2053 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT);
2133 * @see #AXIS_Y
2213 * @see #AXIS_Y
2216 return nativeGetAxisValue(mNativePtr, AXIS_Y, pointerIndex, HISTORY_CURRENT);
2343 * @see #AXIS_Y
[all...]
H A DInputDevice.java306 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_Y}.
309 * @deprecated Use {@link MotionEvent#AXIS_Y} instead.
312 public static final int MOTION_RANGE_Y = MotionEvent.AXIS_Y;
691 * @see MotionEvent#AXIS_Y
716 * @see MotionEvent#AXIS_Y
H A DViewRootImpl.java5481 InputDevice.MotionRange yRange = device.getMotionRange(MotionEvent.AXIS_Y);
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java357 public static final int AXIS_Y = 2; field in class:SensorManager
363 public static final int AXIS_MINUS_Y = AXIS_Y | 0x80;
1307 * <code>remapCoordinateSystem(inR, AXIS_Y, AXIS_MINUS_X, outR);</code>

Completed in 123 milliseconds