Searched defs:mItemBottoms (Results 1 - 1 of 1) sorted by relevance

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

Completed in 59 milliseconds