HomeSort by relevance Sort by last modified time
    Searched full:emptycell (Results 1 - 1 of 1) sorted by null

  /packages/apps/Launcher2/src/com/android/launcher2/
Folder.java 521 int[] emptyCell = new int[2];
522 if (mContent.findCellForSpan(emptyCell, item.spanX, item.spanY)) {
523 item.cellX = emptyCell[0];
524 item.cellY = emptyCell[1];
    [all...]

Completed in 201 milliseconds