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 198 int numHeightGaps = mCellCountY - 1;
206 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);
CellLayout.java 836 int numHeightGaps = mCountY - 1;
844 mHeightGap = Math.min(mMaxGap,numHeightGaps > 0 ? (vFreeSpace / numHeightGaps) : 0);
    [all...]

Completed in 406 milliseconds