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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java267 * Synonym for {@link MotionEvent#AXIS_WHEEL}.
269 * @deprecated Use {@link MotionEvent#AXIS_WHEEL} directly.
272 public static final int AXIS_WHEEL = 21; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java937 public static final int AXIS_WHEEL = 21; field in class:MotionEvent
1258 names.append(AXIS_WHEEL, "AXIS_WHEEL");

Completed in 93 milliseconds