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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DWorkspace.java376 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.java352 public Rect estimateItemPosition(CellLayout cl, int hCell, int vCell, int hSpan, int vSpan) { argument
354 cl.cellToRect(hCell, vCell, hSpan, vSpan, r);

Completed in 56 milliseconds