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 181 int numWidthGaps = mCellCountX - 1;
189 mWidthGap = Math.min(mMaxGap, numWidthGaps > 0 ? (hFreeSpace / numWidthGaps) : 0);
CellLayout.java     [all...]

Completed in 65 milliseconds