/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/ |
D | HorizontalGridViewEx.java | 38 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalGridViewEx 40 super.smoothScrollBy(dx, dy); in smoothScrollBy()
|
D | VerticalGridViewEx.java | 38 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/ |
D | LinearLayoutManagerSnappingTest.java | 79 smoothScrollBy(scrollDist); in snapOnScrollSameViewEdge() 98 smoothScrollBy(scrollDist); in snapOnScrollSameView() 120 smoothScrollBy(scrollDist); in snapOnScrollNextView() 197 smoothScrollBy(scrollDist); in setupSnapHelper()
|
D | StaggeredGridLayoutManagerSnappingTest.java | 90 smoothScrollBy(scrollDist); in snapOnScrollSameViewFixedSize() 114 smoothScrollBy(scrollDist); in snapOnScrollSameView() 136 smoothScrollBy(scrollDist); in snapOnScrollNextItem() 232 smoothScrollBy(scrollDist); in setupSnapHelper()
|
D | GridLayoutManagerSnappingTest.java | 74 smoothScrollBy(scrollDist); in snapOnScrollSameView() 96 smoothScrollBy(scrollDist); in snapOnScrollNextItem() 178 smoothScrollBy(scrollDist); in setupSnapHelper()
|
D | PagerSnapHelperTest.java | 79 smoothScrollBy(scrollDist); in snapOnScrollSameView() 105 smoothScrollBy(scrollDist); in snapOnScrollNextView() 227 smoothScrollBy(scrollDist); in setupSnapHelper()
|
D | RecyclerViewPrefetchTest.java | 96 smoothScrollBy(50); in prefetchTest()
|
D | RecyclerViewBasicTest.java | 130 mRecyclerView.smoothScrollBy(10, 10); in smoothScrollWithoutLayoutManager() 361 mRecyclerView.smoothScrollBy(0, 100, interpolator); in smoothScrollWithCustomInterpolator() 364 mRecyclerView.smoothScrollBy(0, -100); in smoothScrollWithCustomInterpolator()
|
D | BaseRecyclerViewInstrumentationTest.java | 422 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()
|
D | RecyclerViewLayoutTest.java | 153 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/ |
D | RecyclerViewScrollHandlingDelegate.java | 80 mRecyclerView.smoothScrollBy(0, height); in pageScrollDown()
|
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/template/ |
D | ListViewScrollHandlingDelegate.java | 70 mListView.smoothScrollBy(height, SCROLL_DURATION); in pageScrollDown()
|
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/template/ |
D | ScrollViewScrollHandlingDelegateTest.java | 86 verify(mScrollView).smoothScrollBy(anyInt(), eq(50)); in testPageScrollDown()
|
D | ListViewScrollHandlingDelegateTest.java | 91 verify(mListView).smoothScrollBy(eq(50), anyInt()); in testPageScrollDown()
|
/frameworks/opt/setupwizard/library/full-support/test/robotest/src/com/android/setupwizardlib/template/ |
D | RecyclerViewScrollHandlingDelegateTest.java | 87 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/support/v7/recyclerview/src/android/support/v7/widget/ |
D | SnapHelper.java | 196 mRecyclerView.smoothScrollBy(snapDistance[0], snapDistance[1]); in snapToTargetExistingView()
|
D | RecyclerView.java | 2047 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/ |
D | AbsListView.java | 1560 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 …]
|
D | HorizontalScrollView.java | 1182 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()
|
D | ScrollView.java | 1196 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()
|
D | CalendarViewLegacyDelegate.java | 996 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/ |
D | NestedScrollView.java | 1311 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/ |
D | missingSinces.txt | 96 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/ |
D | GridLayoutManager.java | 1847 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);
|