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

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

Completed in 213 milliseconds