Home
last modified time | relevance | path

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

12

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DHorizontalGridViewEx.java38 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalGridViewEx
40 super.smoothScrollBy(dx, dy); in smoothScrollBy()
DVerticalGridViewEx.java38 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in VerticalGridViewEx
40 super.smoothScrollBy(dx, dy); in smoothScrollBy()
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DLinearLayoutManagerSnappingTest.java79 smoothScrollBy(scrollDist); in snapOnScrollSameViewEdge()
98 smoothScrollBy(scrollDist); in snapOnScrollSameView()
120 smoothScrollBy(scrollDist); in snapOnScrollNextView()
197 smoothScrollBy(scrollDist); in setupSnapHelper()
DStaggeredGridLayoutManagerSnappingTest.java90 smoothScrollBy(scrollDist); in snapOnScrollSameViewFixedSize()
114 smoothScrollBy(scrollDist); in snapOnScrollSameView()
136 smoothScrollBy(scrollDist); in snapOnScrollNextItem()
232 smoothScrollBy(scrollDist); in setupSnapHelper()
DGridLayoutManagerSnappingTest.java74 smoothScrollBy(scrollDist); in snapOnScrollSameView()
96 smoothScrollBy(scrollDist); in snapOnScrollNextItem()
178 smoothScrollBy(scrollDist); in setupSnapHelper()
DPagerSnapHelperTest.java79 smoothScrollBy(scrollDist); in snapOnScrollSameView()
105 smoothScrollBy(scrollDist); in snapOnScrollNextView()
227 smoothScrollBy(scrollDist); in setupSnapHelper()
DRecyclerViewPrefetchTest.java96 smoothScrollBy(50); in prefetchTest()
DRecyclerViewBasicTest.java130 mRecyclerView.smoothScrollBy(10, 10); in smoothScrollWithoutLayoutManager()
361 mRecyclerView.smoothScrollBy(0, 100, interpolator); in smoothScrollWithCustomInterpolator()
364 mRecyclerView.smoothScrollBy(0, -100); in smoothScrollWithCustomInterpolator()
DBaseRecyclerViewInstrumentationTest.java422 protected void smoothScrollBy(final int dt) throws Throwable { in smoothScrollBy() method in BaseRecyclerViewInstrumentationTest
427 mRecyclerView.smoothScrollBy(dt, 0); in smoothScrollBy()
429 mRecyclerView.smoothScrollBy(0, dt); in smoothScrollBy()
DRecyclerViewLayoutTest.java153 rv.smoothScrollBy(0, 1); in triggerFocusSearchInOnRecycledCallback()
939 recyclerView.smoothScrollBy(0, recyclerView.getChildAt(2).getTop() + 5); in moveAndUpdateCachedViews()
2129 mRecyclerView.smoothScrollBy(0, 500); in scrollStateForSmoothScroll()
2160 mRecyclerView.smoothScrollBy(0, 500); in scrollStateForSmoothScrollWithStop()
2559 rv.smoothScrollBy(0, 2000); in consecutiveSmoothScroll()
2569 rv.smoothScrollBy(0, 5000 - soFar); in consecutiveSmoothScroll()
4621 recyclerView.smoothScrollBy(0, 1000);
/frameworks/opt/setupwizard/library/full-support/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.java86 verify(mScrollView).smoothScrollBy(anyInt(), eq(50)); in testPageScrollDown()
DListViewScrollHandlingDelegateTest.java91 verify(mListView).smoothScrollBy(eq(50), anyInt()); in testPageScrollDown()
/frameworks/opt/setupwizard/library/full-support/test/robotest/src/com/android/setupwizardlib/template/
DRecyclerViewScrollHandlingDelegateTest.java87 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/android/support/v7/widget/
DSnapHelper.java196 mRecyclerView.smoothScrollBy(snapDistance[0], snapDistance[1]); in snapToTargetExistingView()
DRecyclerView.java2047 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView
2048 smoothScrollBy(dx, dy, null); in smoothScrollBy()
2059 public void smoothScrollBy(int dx, int dy, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView
2075 mViewFlinger.smoothScrollBy(dx, dy, interpolator); in smoothScrollBy()
4959 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4960 smoothScrollBy(dx, dy, 0, 0); in smoothScrollBy()
4963 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4964 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy()
4995 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4996 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()
[all …]
/frameworks/base/core/java/android/widget/
DAbsListView.java1560 smoothScrollBy(viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
1568 smoothScrollBy(-viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
4945 public void smoothScrollBy(int distance, int duration) {
4946 smoothScrollBy(distance, duration, false, false);
4949 void smoothScrollBy(int distance, int duration, boolean linear,
7424 smoothScrollBy(targetTop - offset, duration, true, false); in startWithOffset()
7488 smoothScrollBy(scrollBy, duration);
7524 smoothScrollBy(scrollBy, mScrollDuration, true, lastPos < mTargetPos); in run()
7555 smoothScrollBy(Math.max(0, nextViewHeight + nextViewTop - extraScroll), in run()
7563 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/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1311 smoothScrollBy(0, delta); in doScrollY()
1324 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in NestedScrollView
1355 smoothScrollBy(x - getScrollX(), y - getScrollY()); in smoothScrollTo()
1533 smoothScrollBy(0, delta); in scrollToChildRect()
/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/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java1847 mBaseGridView.smoothScrollBy(0, getSlideOutDistance(), in slideOut()
1850 mBaseGridView.smoothScrollBy(getSlideOutDistance(), 0, in slideOut()
2256 mBaseGridView.smoothScrollBy(scrollX, scrollY); in onLayoutChildren()
3002 mBaseGridView.smoothScrollBy(scrollX, scrollY);

12