HomeSort by relevance Sort by last modified time
    Searched refs:mItemBottoms (Results 1 - 2 of 2) sorted by null

  /frameworks/ex/widget/java/com/android/ex/widget/
StaggeredGridView.java 98 private int[] mItemBottoms;
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[i])
    [all...]
  /packages/apps/DeskClock/src/com/android/deskclock/widget/sgv/
StaggeredGridView.java 152 private int[] mItemBottoms;
    [all...]

Completed in 140 milliseconds