Home
last modified time | relevance | path

Searched refs:smoothScrollBy (Results 1 – 13 of 13) sorted by relevance

/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
DRecyclerViewScrollHandlingDelegate.java77 recyclerView.smoothScrollBy(0, height); in pageScrollDown()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListViewScrollHandlingDelegate.java66 listView.smoothScrollBy(height, SCROLL_DURATION); in pageScrollDown()
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/
DRecyclerViewScrollHandlingDelegateTest.java83 verify(mRecyclerView).smoothScrollBy(anyInt(), eq(50)); in testClickScrollButton()
/frameworks/base/core/java/android/widget/
DAbsListView.java1595 smoothScrollBy(viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
1603 smoothScrollBy(-viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
5022 public void smoothScrollBy(int distance, int duration) {
5023 smoothScrollBy(distance, duration, false, false);
5027 void smoothScrollBy(int distance, int duration, boolean linear,
7587 smoothScrollBy(targetTop - offset, duration, true, false); in startWithOffset()
7651 smoothScrollBy(scrollBy, duration);
7687 smoothScrollBy(scrollBy, mScrollDuration, true, lastPos < mTargetPos); in run()
7718 smoothScrollBy(Math.max(0, nextViewHeight + nextViewTop - extraScroll), in run()
7726 smoothScrollBy(nextViewTop - extraScroll, mScrollDuration, true, false); in run()
[all …]
DHorizontalScrollView.java1280 smoothScrollBy(delta, 0); in doScrollX()
1293 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
1324 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1470 smoothScrollBy(delta, 0); in scrollToChildRect()
DScrollView.java1302 smoothScrollBy(0, delta); in doScrollY()
1315 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView
1350 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1509 smoothScrollBy(0, delta); in scrollToChildRect()
DCalendarViewLegacyDelegate.java994 mView.smoothScrollBy(dist - child.getHeight(), in run()
997 mView.smoothScrollBy(dist, ADJUSTMENT_SCROLL_DURATION); in run()
/frameworks/base/core/java/com/android/internal/widget/
DRecyclerView.java1944 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView
1945 smoothScrollBy(dx, dy, null); in smoothScrollBy()
1956 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView
1972 mViewFlinger.smoothScrollBy(dx, dy, interpolator); in smoothScrollBy()
4791 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4792 smoothScrollBy(dx, dy, 0, 0); in smoothScrollBy()
4795 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4796 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy()
4827 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4828 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()
[all …]
DResolverDrawerLayout.java377 mNestedScrollingChild.smoothScrollBy((int) -dy, 0); in onTouchEvent()
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/
DmissingSinces.txt96 NO DOC BLOCK: android.support.v7.widget.RecyclerView Method smoothScrollBy(int, int, android.view.a…
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt36672 method public void smoothScrollBy(int, int);
37603 method public final void smoothScrollBy(int, int);
38312 method public final void smoothScrollBy(int, int);
/frameworks/base/non-updatable-api/
Dcurrent.txt56200 method public void smoothScrollBy(int, int);
57168 method public final void smoothScrollBy(int, int);
57991 method public final void smoothScrollBy(int, int);
/frameworks/base/api/
Dcurrent.txt56344 method public void smoothScrollBy(int, int);
57312 method public final void smoothScrollBy(int, int);
58135 method public final void smoothScrollBy(int, int);