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

  /packages/apps/Launcher2/src/com/android/launcher2/
PagedViewCellLayout.java 192 int numWidthGaps = mCellCountX - 1;
200 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0);
CellLayout.java     [all...]

Completed in 32 milliseconds