Home
last modified time | relevance | path

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

/frameworks/ex/widget/java/com/android/ex/widget/
DStaggeredGridView.java98 private int[] mItemBottoms; field in StaggeredGridView
442 if (mItemBottoms[i] > bottommost) { in contentFits()
443 bottommost = mItemBottoms[i]; in contentFits()
510 Arrays.fill(mItemBottoms, Integer.MIN_VALUE); in recycleOffscreenViews()
526 if (colBottom > mItemBottoms[col]) { in recycleOffscreenViews()
527 mItemBottoms[col] = colBottom; in recycleOffscreenViews()
536 mItemBottoms[col] = 0; in recycleOffscreenViews()
670 mItemBottoms = new int[colCount]; in populate()
674 Arrays.fill(mItemBottoms, offset); in populate()
711 Log.d(TAG, " => " + mItemBottoms[i]); in dumpItemPositions()
[all …]