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

/frameworks/support/v4/java/android/support/v4/view/
H A DMotionEventCompat.java138 * Synonym for {@link MotionEvent#ACTION_SCROLL}.
140 public static final int ACTION_SCROLL = 8; field in class:MotionEventCompat
/frameworks/base/core/java/android/view/
H A DMotionEvent.java129 * A scroll event is reported as a generic motion event with {@link #ACTION_SCROLL} that
277 public static final int ACTION_SCROLL = 8; field in class:MotionEvent
1753 * {@link #ACTION_HOVER_ENTER}, {@link #ACTION_HOVER_EXIT}, or {@link #ACTION_SCROLL}
3063 case ACTION_SCROLL:
3064 return "ACTION_SCROLL";

Completed in 812 milliseconds