Searched refs:smoothScrollBy (Results 1 – 5 of 5) sorted by relevance
61 smoothScrollBy(-DRAG_SCROLL_PX_UNIT, (int) SCROLL_HANDLER_DELAY_MILLIS);63 smoothScrollBy(DRAG_SCROLL_PX_UNIT, (int) SCROLL_HANDLER_DELAY_MILLIS);
54 smoothScrollBy(dx, 0); in scrollTo()
580 getRecyclerView().smoothScrollBy(0, -scrollDistance); in pageUp()639 getRecyclerView().smoothScrollBy(0, scrollDistance); in pageDown()
647 smoothScrollBy(getTransparentViewHeight()); in snapToTopOnDragFinished()654 smoothScrollBy(getTransparentViewHeight()); in snapToTopOnDragFinished()1290 private void smoothScrollBy(int delta) { in smoothScrollBy() method in MultiShrinkScroller
2382 mScrollView.smoothScrollBy(0, deltaY); in onFocusChange()