Searched refs:scrollByY (Results 1 – 4 of 4) sorted by relevance
222 int scrollByY = 0; in scrollToWidgetCell() local229 scrollByY = bottomClip + scrollPadding; in scrollToWidgetCell()231 scrollByY = -topClip - scrollPadding; in scrollToWidgetCell()235 if (isPartiallyVisible && scrollByY == 0) { in scrollToWidgetCell()243 scrollCellContainerByY(wc, scrollByY); in scrollToWidgetCell()250 protected abstract void scrollCellContainerByY(WidgetCell wc, int scrollByY); in scrollCellContainerByY() argument
240 protected void scrollCellContainerByY(WidgetCell wc, int scrollByY) { in scrollCellContainerByY() argument243 scrollView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
486 protected void scrollCellContainerByY(WidgetCell wc, int scrollByY) {489 scrollView.smoothScrollBy(0, scrollByY);
961 protected void scrollCellContainerByY(WidgetCell wc, int scrollByY) { in scrollCellContainerByY() argument965 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()973 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()