Searched refs:bottomClip (Results 1 – 1 of 1) sorted by relevance
227 final int bottomClip = wc.getHeight() - visibleRect.bottom; in scrollToWidgetCell() local228 if (bottomClip != 0) { in scrollToWidgetCell()229 scrollByY = bottomClip + scrollPadding; in scrollToWidgetCell()