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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java299 * Synonym for {@link MotionEvent#AXIS_TILT}.
301 * @deprecated Use {@link MotionEvent#AXIS_TILT} directly.
304 public static final int AXIS_TILT = 25; field in class:MotionEventCompat
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java408 ps.mCoords.getAxisValue(MotionEvent.AXIS_TILT));
509 coords.getAxisValue(MotionEvent.AXIS_TILT) * 180 / Math.PI), 1)
/frameworks/base/core/java/android/view/
H A DMotionEvent.java712 * is pointing right. See also {@link #AXIS_TILT}.
1005 public static final int AXIS_TILT = 25; field in class:MotionEvent
1262 names.append(AXIS_TILT, "AXIS_TILT");

Completed in 125 milliseconds