Searched refs:estimateCellHSpan (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java316 public int estimateCellHSpan(int width) { method in class:PagedViewCellLayout
352 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width));
/packages/apps/Launcher3/src/com/android/launcher3/
H A DPagedViewCellLayout.java310 public int estimateCellHSpan(int width) { method in class:PagedViewCellLayout
346 mCellCountX = Math.min(maxCellCountX, estimateCellHSpan(width));

Completed in 168 milliseconds