Searched refs:ACTION_SCROLL (Results 1 - 13 of 13) 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/text/method/
H A DBaseMovementMethod.java96 case MotionEvent.ACTION_SCROLL: {
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java485 case MotionEvent.ACTION_SCROLL:
H A DMotionEvent.java129 * A scroll event is reported as a generic motion event with {@link #ACTION_SCROLL} that
276 public static final int ACTION_SCROLL = 8; field in class:MotionEvent
1732 * {@link #ACTION_HOVER_ENTER}, {@link #ACTION_HOVER_EXIT}, or {@link #ACTION_SCROLL}
3030 case ACTION_SCROLL:
3031 return "ACTION_SCROLL";
H A DViewRootImpl.java3201 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) {
/frameworks/base/core/java/android/webkit/
H A DWebViewInputDispatcher.java163 * {@link MotionEvent#ACTION_SCROLL}.
298 case MotionEvent.ACTION_SCROLL:
H A DWebViewClassic.java6475 case MotionEvent.ACTION_SCROLL: {
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java695 case MotionEvent.ACTION_SCROLL: {
H A DScrollView.java726 case MotionEvent.ACTION_SCROLL: {
H A DStackView.java581 case MotionEvent.ACTION_SCROLL: {
H A DAbsListView.java3635 case MotionEvent.ACTION_SCROLL: {
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java459 case MotionEvent.ACTION_SCROLL:
/frameworks/base/policy/src/com/android/internal/policy/impl/keyguard/
H A DPagedView.java1607 case MotionEvent.ACTION_SCROLL: {

Completed in 429 milliseconds