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

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java58 * Synonym for {@link MotionEvent#ACTION_SCROLL}.
60 * @deprecated Use {@link MotionEvent#ACTION_SCROLL} directly.
63 public static final int ACTION_SCROLL = 8; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java133 * A scroll event is reported as a generic motion event with {@link #ACTION_SCROLL} that
289 public static final int ACTION_SCROLL = 8; field in class:MotionEvent
1926 * {@link #ACTION_HOVER_ENTER}, {@link #ACTION_HOVER_EXIT}, or {@link #ACTION_SCROLL}
3287 case ACTION_SCROLL:
3288 return "ACTION_SCROLL";

Completed in 2184 milliseconds