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

  /packages/apps/Launcher2/src/com/android/launcher2/
CellLayout.java 196 int cellXY[] = mCellXY;
197 pointToCellExact(x, y, cellXY);
207 cellInfo.cellX = cellXY[0];
208 cellInfo.cellY = cellXY[1];
211 cellInfo.valid = cellXY[0] >= 0 && cellXY[1] >= 0 && cellXY[0] < xCount &&
212 cellXY[1] < yCount && !occupied[cellXY[0]][cellXY[1]]
    [all...]

Completed in 20 milliseconds