Home
last modified time | relevance | path

Searched defs:scrollDurationMs (Results 1 – 1 of 1) sorted by relevance

/packages/modules/IntentResolver/java/src/com/android/intentresolver/widget/
DNestedScrollView.java1778 public final void smoothScrollBy(int dx, int dy, int scrollDurationMs) { in smoothScrollBy()
1790 private void smoothScrollBy(int dx, int dy, int scrollDurationMs, boolean withNestedScrolling) { in smoothScrollBy()
1804 mScroller.startScroll(getScrollX(), scrollY, 0, dy, scrollDurationMs); in smoothScrollBy() local
1832 public final void smoothScrollTo(int x, int y, int scrollDurationMs) { in smoothScrollTo()
1858 void smoothScrollTo(int x, int y, int scrollDurationMs, boolean withNestedScrolling) { in smoothScrollTo()