Home
last modified time | relevance | path

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

123

/frameworks/support/leanback/src/androidTest/java/androidx/leanback/widget/
DVerticalGridViewEx.java38 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in VerticalGridViewEx
40 super.smoothScrollBy(dx, dy); in smoothScrollBy()
DHorizontalGridViewEx.java38 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalGridViewEx
40 super.smoothScrollBy(dx, dy); in smoothScrollBy()
/frameworks/support/v7/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DLinearLayoutManagerSnappingTest.java80 smoothScrollBy(scrollDist); in snapOnScrollSameViewEdge()
99 smoothScrollBy(scrollDist); in snapOnScrollSameView()
121 smoothScrollBy(scrollDist); in snapOnScrollNextView()
198 smoothScrollBy(scrollDist); in setupSnapHelper()
DStaggeredGridLayoutManagerSnappingTest.java91 smoothScrollBy(scrollDist); in snapOnScrollSameViewFixedSize()
115 smoothScrollBy(scrollDist); in snapOnScrollSameView()
137 smoothScrollBy(scrollDist); in snapOnScrollNextItem()
233 smoothScrollBy(scrollDist); in setupSnapHelper()
DGridLayoutManagerSnappingTest.java75 smoothScrollBy(scrollDist); in snapOnScrollSameView()
97 smoothScrollBy(scrollDist); in snapOnScrollNextItem()
179 smoothScrollBy(scrollDist); in setupSnapHelper()
DPagerSnapHelperTest.java80 smoothScrollBy(scrollDist); in snapOnScrollSameView()
106 smoothScrollBy(scrollDist); in snapOnScrollNextView()
228 smoothScrollBy(scrollDist); in setupSnapHelper()
DRecyclerViewPrefetchTest.java96 smoothScrollBy(50); in prefetchTest()
DRecyclerViewBasicTest.java135 mRecyclerView.smoothScrollBy(10, 10); in smoothScrollWithoutLayoutManager()
368 mRecyclerView.smoothScrollBy(0, 100, interpolator); in smoothScrollWithCustomInterpolator()
371 mRecyclerView.smoothScrollBy(0, -100); in smoothScrollWithCustomInterpolator()
DBaseRecyclerViewInstrumentationTest.java426 protected void smoothScrollBy(final int dt) throws Throwable { in smoothScrollBy() method in BaseRecyclerViewInstrumentationTest
431 mRecyclerView.smoothScrollBy(dt, 0); in smoothScrollBy()
433 mRecyclerView.smoothScrollBy(0, dt); in smoothScrollBy()
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/template/
DRecyclerViewScrollHandlingDelegate.java80 mRecyclerView.smoothScrollBy(0, height); in pageScrollDown()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/
DListViewScrollHandlingDelegate.java70 mListView.smoothScrollBy(height, SCROLL_DURATION); in pageScrollDown()
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/
DScrollViewScrollHandlingDelegateTest.java85 verify(mScrollView).smoothScrollBy(anyInt(), eq(50)); in testPageScrollDown()
DListViewScrollHandlingDelegateTest.java90 verify(mListView).smoothScrollBy(eq(50), anyInt()); in testPageScrollDown()
/frameworks/opt/setupwizard/library/recyclerview/test/robotest/src/com/android/setupwizardlib/template/
DRecyclerViewScrollHandlingDelegateTest.java86 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/support/v7/recyclerview/src/main/java/androidx/recyclerview/widget/
DSnapHelper.java195 mRecyclerView.smoothScrollBy(snapDistance[0], snapDistance[1]); in snapToTargetExistingView()
DRecyclerView.java2183 public void smoothScrollBy(@Px int dx, @Px int dy) { in smoothScrollBy() method in RecyclerView
2184 smoothScrollBy(dx, dy, null); in smoothScrollBy()
2195 public void smoothScrollBy(@Px int dx, @Px int dy, @Nullable Interpolator interpolator) { in smoothScrollBy() method in RecyclerView
2211 mViewFlinger.smoothScrollBy(dx, dy, interpolator); in smoothScrollBy()
5141 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
5142 smoothScrollBy(dx, dy, 0, 0); in smoothScrollBy()
5145 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
5146 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy()
5177 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
5178 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()
[all …]
/frameworks/base/core/java/android/widget/
DAbsListView.java1554 smoothScrollBy(viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
1562 smoothScrollBy(-viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
4948 public void smoothScrollBy(int distance, int duration) {
4949 smoothScrollBy(distance, duration, false, false);
4952 void smoothScrollBy(int distance, int duration, boolean linear,
7431 smoothScrollBy(targetTop - offset, duration, true, false); in startWithOffset()
7495 smoothScrollBy(scrollBy, duration);
7531 smoothScrollBy(scrollBy, mScrollDuration, true, lastPos < mTargetPos); in run()
7562 smoothScrollBy(Math.max(0, nextViewHeight + nextViewTop - extraScroll), in run()
7570 smoothScrollBy(nextViewTop - extraScroll, mScrollDuration, true, false); in run()
[all …]
DHorizontalScrollView.java1182 smoothScrollBy(delta, 0); in doScrollX()
1195 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
1226 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1372 smoothScrollBy(delta, 0); in scrollToChildRect()
DScrollView.java1196 smoothScrollBy(0, delta); in doScrollY()
1209 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView
1244 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1399 smoothScrollBy(0, delta); 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.java1943 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView
1944 smoothScrollBy(dx, dy, null); in smoothScrollBy()
1955 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView
1971 mViewFlinger.smoothScrollBy(dx, dy, interpolator); in smoothScrollBy()
4790 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4791 smoothScrollBy(dx, dy, 0, 0); in smoothScrollBy()
4794 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4795 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy()
4826 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4827 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()
[all …]
/frameworks/support/compat/src/androidTest/java/androidx/core/widget/
DNestedScrollViewTest.java273 mNestedScrollView.smoothScrollBy(0, scrollDistance); in smoothScrollBy_scrollsEntireDistanceIncludingMargins()
/frameworks/support/compat/src/main/java/androidx/core/widget/
DNestedScrollView.java1363 smoothScrollBy(0, delta); in doScrollY()
1376 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in NestedScrollView
1409 smoothScrollBy(x - getScrollX(), y - getScrollY()); in smoothScrollTo()
1589 smoothScrollBy(0, delta); in scrollToChildRect()
/frameworks/support/car/src/main/java/androidx/car/widget/
DPagedListView.java861 mRecyclerView.smoothScrollBy(0, -scrollDistance); in pageUp()
919 mRecyclerView.smoothScrollBy(0, scrollDistance); in pageDown()

123