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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java374 * Estimates the width that the number of hSpan cells will take up.
376 public int estimateCellWidth(int hSpan) { argument
378 return hSpan * mCellWidth;
H A DWorkspace.java318 // estimate the size of a widget with spans hSpan, vSpan. return MAX_VALUE for each
320 public int[] estimateItemSize(int hSpan, int vSpan, argument
325 RectF r = estimateItemPosition(cl, pendingItemInfo, 0, 0, hSpan, vSpan);
340 int hCell, int vCell, int hSpan, int vSpan) {
342 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
339 estimateItemPosition(CellLayout cl, ItemInfo pendingInfo, int hCell, int vCell, int hSpan, int vSpan) argument

Completed in 33 milliseconds