/frameworks/support/compat/java/android/support/v4/view/ |
D | MotionEventCompat.java | 64 public static final int ACTION_SCROLL = 8; field in MotionEventCompat
|
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/ |
D | RecyclerViewOnGenericMotionEventTest.java | 129 return MotionEvent.obtain(0, System.currentTimeMillis(), MotionEvent.ACTION_SCROLL, in obtainScrollMotionEvent()
|
/frameworks/base/services/accessibility/java/com/android/server/accessibility/ |
D | AccessibilityInputFilter.java | 260 if (!state.shouldProcessScroll() && event.getActionMasked() == MotionEvent.ACTION_SCROLL) { in processMotionEvent()
|
/frameworks/base/core/java/android/text/method/ |
D | BaseMovementMethod.java | 96 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/frameworks/base/core/java/android/view/ |
D | InputEventConsistencyVerifier.java | 491 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
D | MotionEvent.java | 289 public static final int ACTION_SCROLL = 8; field in MotionEvent 3287 case ACTION_SCROLL: in actionToString()
|
D | ViewRootImpl.java | 4523 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) { in processPointerEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/ |
D | TaskStackViewTouchHandler.java | 421 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | PointerLocationView.java | 487 case MotionEvent.ACTION_SCROLL: in logCoords()
|
/frameworks/base/core/java/android/widget/ |
D | HorizontalScrollView.java | 731 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
D | ScrollView.java | 791 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
D | StackView.java | 587 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
D | AbsListView.java | 4218 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
|
/frameworks/support/core-ui/java/android/support/v4/widget/ |
D | NestedScrollView.java | 926 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/ |
D | NotificationStackScrollLayout.java | 1351 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
|
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/ |
D | RecyclerView.java | 3051 if (event.getAction() == MotionEventCompat.ACTION_SCROLL) { in onGenericMotionEvent()
|
/frameworks/support/api/ |
D | 22.0.0.txt | 3308 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 22.1.0.txt | 3524 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 22.2.0.txt | 3921 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 22.2.1.txt | 3950 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 25.1.0.txt | 6519 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 25.0.0.txt | 6108 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 23.0.0.txt | 4620 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 25.2.0.txt | 6519 field public static final int ACTION_SCROLL = 8; // 0x8
|
D | 24.2.0.txt | 6043 field public static final int ACTION_SCROLL = 8; // 0x8
|