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

  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 885 int[] vacant = new int[2]; local
    [all...]
CellLayout.java     [all...]
  /packages/apps/Launcher3/src/com/android/launcher3/
Utilities.java 581 * Find the first vacant cell, if there is one.
583 * @param vacant Holds the x and y coordinate of the vacant cell
587 * @return true if a vacant cell was found
589 public static boolean findVacantCell(int[] vacant, int spanX, int spanY,
603 vacant[0] = x;
604 vacant[1] = y;

Completed in 49 milliseconds