Searched refs:mVacantCache (Results 1 – 1 of 1) sorted by relevance
105 private CellLayout.CellInfo mVacantCache = null; field in Workspace403 if (mVacantCache != null) { in clearVacantCache()404 mVacantCache.clearVacantCells(); in clearVacantCache()405 mVacantCache = null; in clearVacantCache()1153 if (mVacantCache == null) {1155 mVacantCache = layout.findAllVacantCells(null, ignoreView);1158 return mVacantCache.findCellForSpan(mTempEstimate, spanX, spanY, false);1200 if (mVacantCache == null) {1201 mVacantCache = layout.findAllVacantCells(null, ignoreView);1206 spanX, spanY, mVacantCache, recycle);