/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/opt/datetimepicker/src/com/android/datetimepicker/date/ |
D | DayPickerView.java | 330 smoothScrollBy(top, GOTO_SCROLL_DURATION); in run() 332 smoothScrollBy(bottom, GOTO_SCROLL_DURATION); in run()
|
/frameworks/base/core/java/android/widget/ |
D | AbsListView.java | 1595 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 …]
|
D | ScrollView.java | 1302 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()
|
D | HorizontalScrollView.java | 1280 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()
|
D | CalendarViewLegacyDelegate.java | 996 mView.smoothScrollBy(dist - child.getHeight(), in run() 999 mView.smoothScrollBy(dist, ADJUSTMENT_SCROLL_DURATION); in run()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | RecyclerView.java | 1944 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 …]
|
D | ResolverDrawerLayout.java | 377 mNestedScrollingChild.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-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |