Home
last modified time | relevance | path

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

/frameworks/support/v17/leanback/tests/java/android/support/v17/leanback/widget/
DVerticalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in VerticalGridViewEx
DHorizontalGridViewEx.java23 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalGridViewEx
/frameworks/opt/setupwizard/library/test/src/com/android/setupwizardlib/test/
DListViewRequireScrollHelperTest.java131 public void smoothScrollBy(int distance, int duration) { in smoothScrollBy() method in ListViewRequireScrollHelperTest.TestListView
/frameworks/opt/setupwizard/library/full-support/test/src/com/android/setupwizardlib/test/
DRecyclerViewRequireScrollHelperTest.java119 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerViewRequireScrollHelperTest.TestRecyclerView
/frameworks/support/v7/recyclerview/tests/src/android/support/v7/widget/
DBaseRecyclerViewInstrumentationTest.java420 public void smoothScrollBy(final int dt) { in smoothScrollBy() method in BaseRecyclerViewInstrumentationTest
/frameworks/base/core/java/android/widget/
DHorizontalScrollView.java1182 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in HorizontalScrollView
DScrollView.java1194 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in ScrollView
/frameworks/support/v7/recyclerview/src/android/support/v7/widget/
DRecyclerView.java1893 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView
4560 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4564 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4596 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4600 public void smoothScrollBy(int dx, int dy, int duration, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView.ViewFlinger
/frameworks/support/core-ui/java/android/support/v4/widget/
DNestedScrollView.java1295 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in NestedScrollView