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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DPagedViewCellLayout.java366 * Estimates the height that the number of vSpan cells will take up.
368 public int estimateCellHeight(int vSpan) { argument
370 return vSpan * mCellHeight;
H A DWorkspace.java354 // estimate the size of a widget with spans hSpan, vSpan. return MAX_VALUE for each
356 public int[] estimateItemSize(int hSpan, int vSpan, argument
361 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
376 int hCell, int vCell, int hSpan, int vSpan) {
378 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
375 estimateItemPosition(CellLayout cl, ItemInfo pendingInfo, int hCell, int vCell, int hSpan, int vSpan) argument
/packages/apps/Launcher3/src/com/android/launcher3/
H A DWorkspace.java354 // estimate the size of a widget with spans hSpan, vSpan. return MAX_VALUE for each
377 int hCell, int vCell, int hSpan, int vSpan) {
379 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);
376 estimateItemPosition(CellLayout cl, ItemInfo pendingInfo, int hCell, int vCell, int hSpan, int vSpan) argument

Completed in 26 milliseconds