Searched refs:bottommost (Results 1 – 1 of 1) sorted by relevance
437 int bottommost = Integer.MIN_VALUE; in contentFits() local442 if (mItemBottoms[i] > bottommost) { in contentFits()443 bottommost = mItemBottoms[i]; in contentFits()447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom(); in contentFits()