Home
last modified time | relevance | path

Searched refs:scrollByY (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java222 int scrollByY = 0; in scrollToWidgetCell() local
229 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
DWidgetsBottomSheet.java240 protected void scrollCellContainerByY(WidgetCell wc, int scrollByY) { in scrollCellContainerByY() argument
243 scrollView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
/packages/apps/Launcher3/src/com/android/launcher3/widget/picker/
DWidgetsTwoPaneSheet.java486 protected void scrollCellContainerByY(WidgetCell wc, int scrollByY) {
489 scrollView.smoothScrollBy(0, scrollByY);
DWidgetsFullSheet.java961 protected void scrollCellContainerByY(WidgetCell wc, int scrollByY) { in scrollCellContainerByY() argument
965 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()
973 recyclerView.smoothScrollBy(0, scrollByY); in scrollCellContainerByY()