HomeSort by relevance Sort by last modified time
    Searched refs:ACTION_SCROLL (Results 1 - 25 of 66) sorted by null

1 2 3

  /frameworks/support/v7/appcompat/src/androidTest/java/androidx/appcompat/app/
DrawerInteractionTest.java 104 MotionEvent motionEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_SCROLL, 25, 50, 0);
118 MotionEvent motionEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_SCROLL, 25, 50, 0);
131 MotionEvent motionEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_SCROLL, 75, 50, 0);
142 MotionEvent motionEvent = MotionEvent.obtain(0, 0, MotionEvent.ACTION_SCROLL, 75, 50, 0);
  /external/walt/android/WALT/app/src/main/java/org/chromium/latency/walt/
UsMotionEvent.java 100 case MotionEvent.ACTION_SCROLL:
101 return "ACTION_SCROLL";
  /frameworks/support/compat/src/main/java/androidx/core/view/
MotionEventCompat.java 58 * Synonym for {@link MotionEvent#ACTION_SCROLL}.
60 * @deprecated Use {@link MotionEvent#ACTION_SCROLL} directly.
63 public static final int ACTION_SCROLL = 8;
  /packages/apps/Camera2/src/com/android/camera/ui/
FilmstripGestureRecognizer.java 73 case MotionEvent.ACTION_SCROLL: {
  /cts/tests/tests/text/src/android/text/method/cts/
BaseMovementMethodTest.java 215 return MotionEvent.obtain(time, time, MotionEvent.ACTION_SCROLL, 1,
  /frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
RecyclerViewOnGenericMotionEventTest.java 126 return MotionEvent.obtain(0, System.currentTimeMillis(), MotionEvent.ACTION_SCROLL,
TouchUtils.java 162 0, System.currentTimeMillis(), MotionEvent.ACTION_SCROLL,
  /frameworks/base/core/java/android/text/method/
BaseMovementMethod.java 96 case MotionEvent.ACTION_SCROLL: {
  /frameworks/base/services/accessibility/java/com/android/server/accessibility/
AccessibilityInputFilter.java 268 if (!state.shouldProcessScroll() && event.getActionMasked() == MotionEvent.ACTION_SCROLL) {
  /packages/apps/Calendar/src/com/android/calendar/month/
MonthByWeekAdapter.java 342 case MotionEvent.ACTION_SCROLL:
347 // No need to cancel on vertical movement, ACTION_SCROLL will do that.
  /frameworks/base/core/java/android/view/
InputEventConsistencyVerifier.java 491 case MotionEvent.ACTION_SCROLL:
    [all...]
MotionEvent.java 135 * A scroll event is reported as a generic motion event with {@link #ACTION_SCROLL} that
293 public static final int ACTION_SCROLL = 8;
    [all...]
  /frameworks/base/packages/SystemUI/src/com/android/systemui/recents/views/
TaskStackViewTouchHandler.java 419 case MotionEvent.ACTION_SCROLL:
  /frameworks/base/core/java/com/android/internal/widget/
PointerLocationView.java 488 case MotionEvent.ACTION_SCROLL:
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
MotionEventTest.java     [all...]
  /frameworks/base/core/java/android/widget/
HorizontalScrollView.java 731 case MotionEvent.ACTION_SCROLL: {
    [all...]
ScrollView.java 791 case MotionEvent.ACTION_SCROLL:
    [all...]
StackView.java 586 case MotionEvent.ACTION_SCROLL: {
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedView.java     [all...]
  /frameworks/support/compat/src/main/java/androidx/core/widget/
NestedScrollView.java     [all...]
  /packages/apps/Car/LatinIME/src/com/android/inputmethod/latin/car/
KeyboardView.java     [all...]
  /packages/apps/Launcher2/src/com/android/launcher2/
PagedView.java     [all...]
  /development/samples/training/multiscreen/newsreader/libs/
android-support-v4.jar 
  /frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
NotificationStackScrollLayout.java     [all...]
  /development/samples/training/basic/ActivityLifecycle/libs/
android-support-v13.jar 

Completed in 414 milliseconds

1 2 3