Home
last modified time | relevance | path

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

/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java522 final int colBottom = bottom + rec.getMarginBelow(col - lp.column); in recycleOffscreenViews() local
526 if (colBottom > mItemBottoms[col]) { in recycleOffscreenViews()
527 mItemBottoms[col] = colBottom; in recycleOffscreenViews()