Searched refs:AXIS_X (Results 1 - 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/
H A DMotionEvent.java145 * Some common joystick axes are {@link #AXIS_X}, {@link #AXIS_Y},
505 public static final int AXIS_X = 0; field in class:MotionEvent
1210 names.append(AXIS_X, "AXIS_X");
1961 * @see #AXIS_X
1964 return nativeGetAxisValue(mNativePtr, AXIS_X, 0, HISTORY_CURRENT);
2053 * @see #AXIS_X
2119 * @see #AXIS_X
2122 return nativeGetAxisValue(mNativePtr, AXIS_X, pointerIndex, HISTORY_CURRENT);
2263 * @see #AXIS_X
[all...]
H A DInputDevice.java290 * Constant for retrieving the range of values for {@link MotionEvent#AXIS_X}.
293 * @deprecated Use {@link MotionEvent#AXIS_X} instead.
296 public static final int MOTION_RANGE_X = MotionEvent.AXIS_X;
680 * @see MotionEvent#AXIS_X
705 * @see MotionEvent#AXIS_X
H A DViewRootImpl.java5110 InputDevice.MotionRange xRange = device.getMotionRange(MotionEvent.AXIS_X);
/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java231 * Synonym for {@link MotionEvent#AXIS_X}.
233 public static final int AXIS_X = 0; field in class:MotionEventCompat
540 * @see #AXIS_X
556 * @see #AXIS_X
/frameworks/base/core/java/android/hardware/
H A DSensorManager.java354 public static final int AXIS_X = 1; field in class:SensorManager
360 public static final int AXIS_MINUS_X = AXIS_X | 0x80;
1230 * <code>remapCoordinateSystem(inR, AXIS_X, AXIS_Z, outR);</code>

Completed in 72 milliseconds