Home
last modified time | relevance | path

Searched defs:smoothScrollBy (Results 1 – 8 of 8) 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
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/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.java1833 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView
4470 public void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4474 public void smoothScrollBy(int dx, int dy, int vx, int vy) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4506 public void smoothScrollBy(int dx, int dy, int duration) { in smoothScrollBy() method in RecyclerView.ViewFlinger
4510 public void smoothScrollBy(int dx, int dy, int duration, Interpolator interpolator) { in smoothScrollBy() method in RecyclerView.ViewFlinger
/frameworks/support/v4/java/android/support/v4/widget/
DNestedScrollView.java1300 public final void smoothScrollBy(int dx, int dy) { in smoothScrollBy() method in NestedScrollView