Searched refs:mItemTops (Results 1 – 1 of 1) sorted by relevance
97 private int[] mItemTops; field in StaggeredGridView439 if (mItemTops[i] < topmost) { in contentFits()440 topmost = mItemTops[i]; in contentFits()509 Arrays.fill(mItemTops, Integer.MAX_VALUE); in recycleOffscreenViews()523 if (colTop < mItemTops[col]) { in recycleOffscreenViews()524 mItemTops[col] = colTop; in recycleOffscreenViews()533 if (mItemTops[col] == Integer.MAX_VALUE) { in recycleOffscreenViews()535 mItemTops[col] = 0; in recycleOffscreenViews()668 if (mItemTops == null || mItemTops.length != colCount) { in populate()669 mItemTops = new int[colCount]; in populate()[all …]