Home
last modified time | relevance | path

Searched refs:smoothScrollBy (Results 1 – 12 of 12) 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/opt/datetimepicker/src/com/android/datetimepicker/date/
DDayPickerView.java330 smoothScrollBy(top, GOTO_SCROLL_DURATION); in run()
332 smoothScrollBy(bottom, GOTO_SCROLL_DURATION); in run()
/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 …]
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()
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()
DCalendarViewLegacyDelegate.java996 mView.smoothScrollBy(dist - child.getHeight(), in run()
999 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/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...