Home
last modified time | relevance | path

Searched refs:ACTION_SCROLL (Results 1 – 25 of 41) sorted by relevance

12

/frameworks/support/compat/java/android/support/v4/view/
DMotionEventCompat.java64 public static final int ACTION_SCROLL = 8; field in MotionEventCompat
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewOnGenericMotionEventTest.java129 return MotionEvent.obtain(0, System.currentTimeMillis(), MotionEvent.ACTION_SCROLL, in obtainScrollMotionEvent()
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
DAccessibilityInputFilter.java260 if (!state.shouldProcessScroll() && event.getActionMasked() == MotionEvent.ACTION_SCROLL) { in processMotionEvent()
/frameworks/base/core/java/android/text/method/
DBaseMovementMethod.java96 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
/frameworks/base/core/java/android/view/
DInputEventConsistencyVerifier.java491 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
DMotionEvent.java289 public static final int ACTION_SCROLL = 8; field in MotionEvent
3287 case ACTION_SCROLL: in actionToString()
DViewRootImpl.java4523 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) { in processPointerEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
DTaskStackViewTouchHandler.java421 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
/frameworks/base/core/java/com/android/internal/widget/
DPointerLocationView.java487 case MotionEvent.ACTION_SCROLL: in logCoords()
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java731 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
DScrollView.java791 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
DStackView.java587 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
DAbsListView.java4218 case MotionEvent.ACTION_SCROLL: in onGenericMotionEvent()
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java926 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1351 case MotionEvent.ACTION_SCROLL: { in onGenericMotionEvent()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java3051 if (event.getAction() == MotionEventCompat.ACTION_SCROLL) { in onGenericMotionEvent()
/frameworks/support/api/
D22.0.0.txt3308 field public static final int ACTION_SCROLL = 8; // 0x8
D22.1.0.txt3524 field public static final int ACTION_SCROLL = 8; // 0x8
D22.2.0.txt3921 field public static final int ACTION_SCROLL = 8; // 0x8
D22.2.1.txt3950 field public static final int ACTION_SCROLL = 8; // 0x8
D25.1.0.txt6519 field public static final int ACTION_SCROLL = 8; // 0x8
D25.0.0.txt6108 field public static final int ACTION_SCROLL = 8; // 0x8
D23.0.0.txt4620 field public static final int ACTION_SCROLL = 8; // 0x8
D25.2.0.txt6519 field public static final int ACTION_SCROLL = 8; // 0x8
D24.2.0.txt6043 field public static final int ACTION_SCROLL = 8; // 0x8

12