Home
last modified time | relevance | path

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

/external/robolectric/shadows/framework/src/main/java/org/robolectric/shadows/
DShadowScrollView.java27 protected void smoothScrollBy(int x, int y) { in smoothScrollBy() method in ShadowScrollView
38 void smoothScrollBy(int x, int y); in smoothScrollBy() method
DShadowAbsListView.java25 protected void smoothScrollBy(int distance, int duration) { in smoothScrollBy() method in ShadowAbsListView
/external/robolectric/integration_tests/androidx/src/test/java/org/robolectric/integrationtests/androidx/
DRecyclerViewTest.java21 public void smoothScrollBy() { in smoothScrollBy() method in RecyclerViewTest