Home
last modified time | relevance | path

Searched refs:startScroll (Results 1 – 25 of 53) sorted by relevance

123

/frameworks/support/compat/src/main/java/androidx/core/widget/
DScrollerCompat.java162 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in ScrollerCompat
163 mScroller.startScroll(startX, startY, dx, dy); in startScroll()
182 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in ScrollerCompat
183 mScroller.startScroll(startX, startY, dx, dy, duration); in startScroll()
DNestedScrollView.java1391 mScroller.startScroll(getScrollX(), scrollY, 0, dy); in smoothScrollBy()
/frameworks/base/core/java/android/widget/
DOverScroller.java357 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller
358 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); in startScroll()
374 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller
376 mScrollerX.startScroll(startX, dx, duration); in startScroll()
377 mScrollerY.startScroll(startY, dy, duration); in startScroll()
680 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
DScroller.java368 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller
369 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); in startScroll()
386 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
DNumberPicker.java1777 mFlingScroller.startScroll(0, 0, 0, -mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne()
1779 mFlingScroller.startScroll(0, 0, 0, mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne()
2204 mAdjustScroller.startScroll(0, 0, 0, deltaY, SELECTOR_ADJUSTMENT_DURATION_MILLIS); in ensureScrollWheelAdjusted()
DGallery.java1489 mScroller.startScroll(0, 0, -distance, 0, mAnimationDuration);
DHorizontalScrollView.java1208 mScroller.startScroll(scrollX, mScrollY, dx, 0); in smoothScrollBy()
DScrollView.java1222 mScroller.startScroll(mScrollX, scrollY, 0, dy); in smoothScrollBy()
DAbsListView.java4687 void startScroll(int distance, int duration, boolean linear, in startScroll() method in AbsListView.FlingRunnable
4692 mScroller.startScroll(0, initialY, 0, distance, duration); in startScroll()
4975 mFlingRunnable.startScroll(distance, duration, linear, suppressEndFlingStateChangeCall);
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java321 mScroller.startScroll(getScrollX(), getScrollY(), getWidth() * mAnimatingToPage, 0, in startTileReveal()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2688 boolean startScroll = false; in onInterceptTouchEvent()
2691 startScroll = true; in onInterceptTouchEvent()
2695 startScroll = true; in onInterceptTouchEvent()
2697 if (startScroll) { in onInterceptTouchEvent()
2805 boolean startScroll = false; in onTouchEvent()
2812 startScroll = true; in onTouchEvent()
2820 startScroll = true; in onTouchEvent()
2822 if (startScroll) { in onTouchEvent()
4842 mScroller.startScroll(0, 0, dx, dy, duration); in smoothScrollBy()
DResolverDrawerLayout.java549 mScroller.startScroll(0, sy, 0, dy, duration);
DViewPager.java802 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo()
1479 mScroller.startScroll(newOffsetPixels, 0,
/frameworks/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java2998 boolean startScroll = false; in onInterceptTouchEvent()
3001 startScroll = true; in onInterceptTouchEvent()
3005 startScroll = true; in onInterceptTouchEvent()
3007 if (startScroll) { in onInterceptTouchEvent()
3115 boolean startScroll = false; in onTouchEvent()
3122 startScroll = true; in onTouchEvent()
3130 startScroll = true; in onTouchEvent()
3132 if (startScroll) { in onTouchEvent()
5193 mScroller.startScroll(0, 0, dx, dy, duration); in smoothScrollBy()
/frameworks/support/customview/src/main/java/androidx/customview/widget/
DViewDragHelper.java610 mScroller.startScroll(startLeft, startTop, dx, dy, duration); in forceSettleCapturedViewAt()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/stack/
DNotificationStackScrollLayout.java1399 mScroller.startScroll(mScrollX, mOwnScrollY, 0, targetScroll - mOwnScrollY);
1438 mScroller.startScroll(mScrollX, mOwnScrollY, 0, range - mOwnScrollY);
4306 mScroller.startScroll(mScrollX, mOwnScrollY, 0, targetScrollY - mOwnScrollY);
/frameworks/support/viewpager/src/main/java/androidx/viewpager/widget/
DViewPager.java1003 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo()
/frameworks/support/compat/api_legacy/
D26.0.0.txt2355 method public deprecated void startScroll(int, int, int, int);
2356 method public deprecated void startScroll(int, int, int, int, int);
D27.0.0.txt2334 method public deprecated void startScroll(int, int, int, int);
2335 method public deprecated void startScroll(int, int, int, int, int);
D26.1.0.txt2355 method public deprecated void startScroll(int, int, int, int);
2356 method public deprecated void startScroll(int, int, int, int, int);
Dcurrent.txt2544 method public deprecated void startScroll(int, int, int, int);
2545 method public deprecated void startScroll(int, int, int, int, int);
D27.1.0.txt2388 method public deprecated void startScroll(int, int, int, int);
2389 method public deprecated void startScroll(int, int, int, int, int);
D28.0.0-alpha1.txt2542 method public deprecated void startScroll(int, int, int, int);
2543 method public deprecated void startScroll(int, int, int, int, int);
/frameworks/support/compat/api/
Dcurrent.txt2712 method public deprecated void startScroll(int, int, int, int);
2713 method public deprecated void startScroll(int, int, int, int, int);
/frameworks/base/core/java/android/view/
DViewRootImpl.java3655 mScroller.startScroll(0, mScrollY, 0, scrollY-mScrollY); in scrollToRectOrFocus()

123