Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/widget/
DOverScroller.java348 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in OverScroller
349 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); in startScroll()
365 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in OverScroller
367 mScrollerX.startScroll(startX, dx, duration); in startScroll()
368 mScrollerY.startScroll(startY, dy, duration); in startScroll()
680 void startScroll(int start, int distance, int duration) { in startScroll() method in OverScroller.SplineOverScroller
DScroller.java375 public void startScroll(int startX, int startY, int dx, int dy) { in startScroll() method in Scroller
376 startScroll(startX, startY, dx, dy, DEFAULT_DURATION); in startScroll()
393 public void startScroll(int startX, int startY, int dx, int dy, int duration) { in startScroll() method in Scroller
DNumberPicker.java1872 mFlingScroller.startScroll(0, 0, 0, -mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne()
1874 mFlingScroller.startScroll(0, 0, 0, mSelectorElementHeight, SNAP_SCROLL_DURATION); in changeValueByOne()
2299 mAdjustScroller.startScroll(0, 0, 0, deltaY, SELECTOR_ADJUSTMENT_DURATION_MILLIS); in ensureScrollWheelAdjusted()
DGallery.java1508 mScroller.startScroll(0, 0, -distance, 0, mAnimationDuration);
DHorizontalScrollView.java1364 mScroller.startScroll(scrollX, mScrollY, dx, 0); in smoothScrollBy()
DScrollView.java1447 mScroller.startScroll(mScrollX, scrollY, 0, dy); in smoothScrollBy()
DAbsListView.java5040 void startScroll(int distance, int duration, boolean linear, in startScroll() method in AbsListView.FlingRunnable
5045 mScroller.startScroll(0, initialY, 0, distance, duration); in startScroll()
5342 mFlingRunnable.startScroll(distance, duration, linear, suppressEndFlingStateChangeCall);
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java2709 boolean startScroll = false; in onInterceptTouchEvent()
2712 startScroll = true; in onInterceptTouchEvent()
2716 startScroll = true; in onInterceptTouchEvent()
2718 if (startScroll) { in onInterceptTouchEvent()
2861 boolean startScroll = false; in onTouchEvent()
2868 startScroll = true; in onTouchEvent()
2876 startScroll = true; in onTouchEvent()
2878 if (startScroll) { in onTouchEvent()
4964 mScroller.startScroll(0, 0, dx, dy, duration); in smoothScrollBy()
DResolverDrawerLayout.java686 mScroller.startScroll(0, sy, 0, dy, duration);
DViewPager.java808 mScroller.startScroll(sx, sy, dx, dy, duration); in smoothScrollTo()
1485 mScroller.startScroll(newOffsetPixels, 0,
/frameworks/base/packages/SystemUI/src/com/android/systemui/qs/
DPagedTileLayout.java340 mScroller.startScroll(/* startX= */ getScrollX(), /* startY= */ getScrollY(), in scrollByX()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/notification/stack/
DNotificationStackScrollLayout.java1914 mScroller.startScroll(mScrollX, mOwnScrollY, 0, targetScroll - mOwnScrollY);
1970 mScroller.startScroll(mScrollX, mOwnScrollY, 0, range - mOwnScrollY);
4032 mScroller.startScroll(mScrollX, mOwnScrollY, 0, in performAccessibilityActionInternal()
/frameworks/base/core/java/android/view/
DViewRootImpl.java6155 mScroller.startScroll(0, mScrollY, 0, scrollY-mScrollY); in scrollToRectOrFocus()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/base/boot/
Dboot-image-profile.txt20039 HSPLandroid/widget/OverScroller$SplineOverScroller;->startScroll(III)V
20057 HSPLandroid/widget/OverScroller;->startScroll(IIIII)V
20353 HSPLandroid/widget/Scroller;->startScroll(IIIII)V
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt37942 method public void startScroll(int, int, int, int);
37943 method public void startScroll(int, int, int, int, int);
38337 method public void startScroll(int, int, int, int);
38338 method public void startScroll(int, int, int, int, int);
/frameworks/base/core/api/
Dcurrent.txt59865 method public void startScroll(int, int, int, int);
59866 method public void startScroll(int, int, int, int, int);
60406 method public void startScroll(int, int, int, int);
60407 method public void startScroll(int, int, int, int, int);
/frameworks/base/config/
Dboot-image-profile.txt20103 HSPLandroid/widget/OverScroller$SplineOverScroller;->startScroll(III)V
20121 HSPLandroid/widget/OverScroller;->startScroll(IIIII)V
20417 HSPLandroid/widget/Scroller;->startScroll(IIIII)V
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt65015 Landroid/widget/AbsListView$FlingRunnable;->startScroll(IIZZ)V
67880 Landroid/widget/OverScroller$SplineOverScroller;->startScroll(III)V