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

/frameworks/base/core/java/android/view/
H A DMotionEvent.java145 * Some common joystick axes are {@link #AXIS_X}, {@link #AXIS_Y},
471 public static final int AXIS_Y = 1; field in class:MotionEvent
1105 names.append(AXIS_Y, "AXIS_Y");
1828 * @see #AXIS_Y
1831 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT);
1911 * @see #AXIS_Y
1993 * @see #AXIS_Y
1996 return nativeGetAxisValue(mNativePtr, AXIS_Y, pointerIndex, HISTORY_CURRENT);
2123 * @see #AXIS_Y
[all...]
H A DInputDevice.java228 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_Y}.
231 * @deprecated Use {@link MotionEvent#AXIS_Y} instead.
234 public static final int MOTION_RANGE_Y = MotionEvent.AXIS_Y;
517 * @see MotionEvent#AXIS_Y
543 * @see MotionEvent#AXIS_Y
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java343 public static final int AXIS_Y = 2; field in class:SensorManager
349 public static final int AXIS_MINUS_Y = AXIS_Y | 0x80;
908 * <code>remapCoordinateSystem(inR, AXIS_Y, AXIS_MINUS_X, outR);</code>

Completed in 87 milliseconds