HomeSort by relevance Sort by last modified time
    Searched refs:estimateItemPosition (Results 1 - 2 of 2) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Workspace.java 361 Rect r = estimateItemPosition(cl, itemInfo, 0, 0, hSpan, vSpan);
375 public Rect estimateItemPosition(CellLayout cl, ItemInfo pendingInfo,
    [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Workspace.java 386 Rect r = estimateItemPosition(cl, 0, 0, itemInfo.spanX, itemInfo.spanY);
413 public Rect estimateItemPosition(CellLayout cl, int hCell, int vCell, int hSpan, int vSpan) {
    [all...]

Completed in 71 milliseconds