Home
last modified time | relevance | path

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

/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java437 int bottommost = Integer.MIN_VALUE; in contentFits() local
442 if (mItemBottoms[i] > bottommost) { in contentFits()
443 bottommost = mItemBottoms[i]; in contentFits()
447 return topmost >= getPaddingTop() && bottommost <= getHeight() - getPaddingBottom(); in contentFits()