Searched defs:AXIS_Y (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/java/android/hardware/
H A DSensorManager.java354 public static final int AXIS_Y = 2; field in class:SensorManager
360 public static final int AXIS_MINUS_Y = AXIS_Y | 0x80;
1096 * <code>remapCoordinateSystem(inR, AXIS_Y, AXIS_MINUS_X, outR);</code>
/frameworks/base/core/java/android/view/
H A DMotionEvent.java145 * Some common joystick axes are {@link #AXIS_X}, {@link #AXIS_Y},
489 public static final int AXIS_Y = 1; field in class:MotionEvent
1123 names.append(AXIS_Y, "AXIS_Y");
1863 * @see #AXIS_Y
1866 return nativeGetAxisValue(mNativePtr, AXIS_Y, 0, HISTORY_CURRENT);
1946 * @see #AXIS_Y
2026 * @see #AXIS_Y
2029 return nativeGetAxisValue(mNativePtr, AXIS_Y, pointerIndex, HISTORY_CURRENT);
2156 * @see #AXIS_Y
[all...]

Completed in 190 milliseconds