Home
last modified time | relevance | path

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

/frameworks/support/v17/tests/src/android/support/v17/leanback/widget/
DVerticalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in VerticalGridViewEx
25 super.smoothScrollBy(dx, dy); in smoothScrollBy()
DHorizontalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalGridViewEx
25 super.smoothScrollBy(dx, dy); in smoothScrollBy()
/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.java1537 smoothScrollBy(viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
1545 smoothScrollBy(-viewportHeight, PositionScroller.SCROLL_DURATION); in performAccessibilityActionInternal()
4746 public void smoothScrollBy(int distance, int duration) {
4747 smoothScrollBy(distance, duration, false);
4750 void smoothScrollBy(int distance, int duration, boolean linear) {
7166 smoothScrollBy(targetTop - offset, duration, true); in startWithOffset()
7230 smoothScrollBy(scrollBy, duration);
7266 smoothScrollBy(scrollBy, mScrollDuration, true); in run()
7296 smoothScrollBy(Math.max(0, nextViewHeight + nextViewTop - extraScroll), in run()
7304 smoothScrollBy(nextViewTop - extraScroll, mScrollDuration, true); in run()
[all …]
DHorizontalScrollView.java1157 smoothScrollBy(delta, 0); in doScrollX()
1170 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
1201 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1344 smoothScrollBy(delta, 0); in scrollToChildRect()
DScrollView.java1175 smoothScrollBy(0, delta); in doScrollY()
1188 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView
1223 smoothScrollBy(x - mScrollX, y - mScrollY); in smoothScrollTo()
1374 smoothScrollBy(0, delta); in scrollToChildRect()
DCalendarViewLegacyDelegate.java972 mView.smoothScrollBy(dist - child.getHeight(), in run()
975 mView.smoothScrollBy(dist, ADJUSTMENT_SCROLL_DURATION); in run()
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java1233 smoothScrollBy(0, delta); in doScrollY()
1246 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in NestedScrollView
1277 smoothScrollBy(x - getScrollX(), y - getScrollY()); in smoothScrollTo()
1400 smoothScrollBy(0, delta); in scrollToChildRect()
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1667 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView
1683 mViewFlinger.smoothScrollBy(dx, dy); in smoothScrollBy()
4042 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4043 smoothScrollBy(dx, dy, 0, 0); in smoothScrollBy()
4046 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4047 smoothScrollBy(dx, dy, computeScrollDuration(dx, dy, vx, vy)); in smoothScrollBy()
4078 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4079 smoothScrollBy(dx, dy, duration, sQuinticInterpolator); in smoothScrollBy()
4082 public void smoothScrollBy(int dx, int dy, int duration, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView.ViewFlinger
7269 parent.smoothScrollBy(dx, dy); in requestChildRectangleOnScreen()
[all …]
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DRecyclerViewBasicTest.java96 mRecyclerView.smoothScrollBy(10, 10); in testSmoothScrollWithoutLayoutManager()
DRecyclerViewLayoutTest.java1020 mRecyclerView.smoothScrollBy(0, 500); in testScrollStateForSmoothScroll()
1051 mRecyclerView.smoothScrollBy(0, 500); in testScrollStateForSmoothScrollWithStop()
1445 rv.smoothScrollBy(0, 2000); in testConsecutiveSmoothScroll()
1455 rv.smoothScrollBy(0, 5000 - soFar); in testConsecutiveSmoothScroll()
/frameworks/support/v7/recyclerview/api/
D22.0.0.txt180 method public void smoothScrollBy(int, int);
D22.1.0.txt235 method public void smoothScrollBy(int, int);
D22.2.0.txt283 method public void smoothScrollBy(int, int);
D22.2.1.txt287 method public void smoothScrollBy(int, int);
D23.txt316 method public void smoothScrollBy(int, int);
Dcurrent.txt316 method public void smoothScrollBy(int, int);
/frameworks/support/v17/leanback/src/android/support/v17/leanback/widget/
DGridLayoutManager.java2515 mBaseGridView.smoothScrollBy(scrollX, scrollY);
/frameworks/support/v4/api/
D22.1.0.txt2867 method public final void smoothScrollBy(int, int);
D22.2.1.txt2943 method public final void smoothScrollBy(int, int);
D22.2.0.txt2942 method public final void smoothScrollBy(int, int);
D23.txt3228 method public final void smoothScrollBy(int, int);
Dcurrent.txt3234 method public final void smoothScrollBy(int, int);
/frameworks/base/api/
Dcurrent.txt39390 method public void smoothScrollBy(int, int);
40320 method public final void smoothScrollBy(int, int);
41043 method public final void smoothScrollBy(int, int);
Dsystem-current.txt41996 method public void smoothScrollBy(int, int);
42926 method public final void smoothScrollBy(int, int);
43649 method public final void smoothScrollBy(int, int);