Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
DStaggeredGridView.java152 private int[] mItemBottoms; field in StaggeredGridView
1196 if (mItemBottoms[i] > bottommost) { in contentFits()
1197 bottommost = mItemBottoms[i]; in contentFits()
1293 Arrays.fill(mItemBottoms, Integer.MIN_VALUE); in recycleOffscreenViews()
1322 if (colBottom > mItemBottoms[col]) { in recycleOffscreenViews()
1323 mItemBottoms[col] = colBottom; in recycleOffscreenViews()
1333 mItemBottoms[col] = top; in recycleOffscreenViews()
1592 if (mItemTops == null || mItemBottoms == null || mItemTops.length != colCount ||
1593 mItemBottoms.length != colCount) {
1595 mItemBottoms = new int[colCount];
[all …]