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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 182 int numHeightGaps = mCellCountY - 1;
190 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
PagedViewCellLayout.java 176 int numHeightGaps = mCellCountY - 1;
184 mHeightGap = numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0;
CellLayout.java     [all...]

Completed in 84 milliseconds