Searched refs:smoothScrollBy (Results 1 – 6 of 6) sorted by relevance
16 protected void smoothScrollBy(int x, int y) { in smoothScrollBy() method in ShadowScrollView
25 protected void smoothScrollBy(int distance, int duration) { in smoothScrollBy() method in ShadowAbsListView
26 scrollView.smoothScrollBy(10, 20); in shouldSmoothScrollBy()
132 listView.smoothScrollBy(42, 420); in smoothScrollBy_shouldBeRecorded()
77 recyclerView.smoothScrollBy(0, height); in pageScrollDown()
66 listView.smoothScrollBy(height, SCROLL_DURATION); in pageScrollDown()