Searched refs:screenBottom (Results 1 – 1 of 1) sorted by relevance
68 int screenBottom = getScrollY() + getHeight() - getPaddingBottom(); in checkFullScrollAction() local69 if ((daBottom - screenBottom) < mBottomSlop) { in checkFullScrollAction()