Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/widget/
DBaseWidgetSheet.java227 final int bottomClip = wc.getHeight() - visibleRect.bottom; in scrollToWidgetCell() local
228 if (bottomClip != 0) { in scrollToWidgetCell()
229 scrollByY = bottomClip + scrollPadding; in scrollToWidgetCell()