Searched defs:vSpan (Results 1 - 2 of 2) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java382 * Estimates the height that the number of vSpan cells will take up.
384 public int estimateCellHeight(int vSpan) { argument
386 return vSpan * mCellHeight;
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 12 milliseconds