/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/ |
D | RecyclerViewScrollHandlingDelegate.java | 77 recyclerView.smoothScrollBy(0, height); in pageScrollDown()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
D | ListViewScrollHandlingDelegate.java | 66 listView.smoothScrollBy(height, SCROLL_DURATION); in pageScrollDown()
|
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/ |
D | RecyclerViewScrollHandlingDelegateTest.java | 83 verify(mRecyclerView).smoothScrollBy(anyInt(), eq(50)); in testClickScrollButton()
|
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 1664 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 …]
|
D | HorizontalScrollView.java | 1338 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()
|
D | ScrollView.java | 1421 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()
|
D | CalendarViewLegacyDelegate.java | 994 mView.smoothScrollBy(dist - child.getHeight(), in run() 997 mView.smoothScrollBy(dist, ADJUSTMENT_SCROLL_DURATION); in run()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 1948 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 …]
|
D | ResolverDrawerLayout.java | 437 mNestedListChild.smoothScrollBy((int) -dy, 0); in onTouchEvent()
|
/frameworks/base/docs/html/sdk/support_api_diff/25.1.0/ |
D | missingSinces.txt | 96 NO DOC BLOCK: android.support.v7.widget.RecyclerView Method smoothScrollBy(int, int, android.view.a…
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 36672 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/ |
D | current.txt | 58475 method public void smoothScrollBy(int, int); 59476 method public final void smoothScrollBy(int, int); 60381 method public final void smoothScrollBy(int, int);
|