Home | History | Annotate | Download | only in launcher2

Lines Matching refs:hSpan

353     // estimate the size of a widget with spans hSpan, vSpan. return MAX_VALUE for each
355 public int[] estimateItemSize(int hSpan, int vSpan,
360 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
375 int hCell, int vCell, int hSpan, int vSpan) {
377 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);