Searched refs:ACTION_SCROLL (Results 1 - 17 of 17) sorted by relevance

/frameworks/support/compat/java/android/support/v4/view/
H A DMotionEventCompat.java59 * Synonym for {@link MotionEvent#ACTION_SCROLL}.
61 * @deprecated Use {@link MotionEvent#ACTION_SCROLL} directly.
64 public static final int ACTION_SCROLL = 8; field in class:MotionEventCompat
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
H A DRecyclerViewOnGenericMotionEventTest.java129 return MotionEvent.obtain(0, System.currentTimeMillis(), MotionEvent.ACTION_SCROLL,
/frameworks/base/core/java/android/text/method/
H A DBaseMovementMethod.java96 case MotionEvent.ACTION_SCROLL: {
/frameworks/base/services/accessibility/java/com/android/server/accessibility/
H A DAccessibilityInputFilter.java260 if (!state.shouldProcessScroll() && event.getActionMasked() == MotionEvent.ACTION_SCROLL) {
/frameworks/base/core/java/android/view/
H A DInputEventConsistencyVerifier.java491 case MotionEvent.ACTION_SCROLL:
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";
H A DViewRootImpl.java4523 if (action == MotionEvent.ACTION_DOWN || action == MotionEvent.ACTION_SCROLL) {
/frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
H A DTaskStackViewTouchHandler.java421 case MotionEvent.ACTION_SCROLL:
/frameworks/base/core/java/com/android/internal/widget/
H A DPointerLocationView.java487 case MotionEvent.ACTION_SCROLL:
H A DRecyclerView.java2909 if (event.getAction() == MotionEvent.ACTION_SCROLL) {
/frameworks/base/core/java/android/widget/
H A DHorizontalScrollView.java731 case MotionEvent.ACTION_SCROLL: {
H A DScrollView.java791 case MotionEvent.ACTION_SCROLL:
H A DStackView.java587 case MotionEvent.ACTION_SCROLL: {
H A DAbsListView.java4218 case MotionEvent.ACTION_SCROLL:
/frameworks/support/core-ui/java/android/support/v4/widget/
H A DNestedScrollView.java926 case MotionEvent.ACTION_SCROLL: {
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
H A DNotificationStackScrollLayout.java1351 case MotionEvent.ACTION_SCROLL: {
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
H A DRecyclerView.java3051 if (event.getAction() == MotionEventCompat.ACTION_SCROLL) {

Completed in 571 milliseconds