Searched refs:AXIS_RUDDER (Results 1 - 2 of 2) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java259 * Synonym for {@link MotionEvent#AXIS_RUDDER}.
261 * @deprecated Use {@link MotionEvent#AXIS_RUDDER} directly.
264 public static final int AXIS_RUDDER = 20; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java921 public static final int AXIS_RUDDER = 20; field in class:MotionEvent
1257 names.append(AXIS_RUDDER, "AXIS_RUDDER");

Completed in 3638 milliseconds