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.java1664 smoothScrollBy(viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
1672 smoothScrollBy(-viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
5314 public void smoothScrollBy(int distance, int duration) {
5315 smoothScrollBy(distance, duration, false, false);
5319 void smoothScrollBy(int distance, int duration, boolean linear,
7971 smoothScrollBy(targetTop - offset, duration, true, false); in startWithOffset()
8035 smoothScrollBy(scrollBy, duration);
8071 smoothScrollBy(scrollBy, mScrollDuration, true, lastPos < mTargetPos); in run()
8102 smoothScrollBy(Math.max(0, nextViewHeight + nextViewTop - extraScroll), in run()
8110 smoothScrollBy(nextViewTop - extraScroll, mScrollDuration, true, false); in run()
[all …]
DHorizontalScrollView.java1338 smoothScrollBy(delta, 0); in doScrollX()
1351 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
1382 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1569 smoothScrollBy(delta, 0); in scrollToChildRect()
DScrollView.java1421 smoothScrollBy(0, delta); in doScrollY()
1434 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView
1469 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1671 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.java1948 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView
1949 smoothScrollBy(dx, dy, null); in smoothScrollBy()
1960 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView
1976 mViewFlinger.smoothScrollBy(dx, dy, interpolator); in smoothScrollBy()
4912 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4913 smoothScrollBy(dx, dy, 0, 0); in smoothScrollBy()
4916 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4917 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy()
4948 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4949 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()
[all …]
DResolverDrawerLayout.java437 mNestedListChild.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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/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/core/api/
Dcurrent.txt58475 method public void smoothScrollBy(int, int);
59476 method public final void smoothScrollBy(int, int);
60381 method public final void smoothScrollBy(int, int);