Home | History | Annotate | Download | only in launcher3

Lines Matching refs:findVacantCell

2995     public boolean findVacantCell(int spanX, int spanY, int[] outXY) {
2996 return Utilities.findVacantCell(outXY, spanX, spanY, mCountX, mCountY, mOccupied);