Home
last modified time | relevance | path

Searched refs:mVacantCache (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java105 private CellLayout.CellInfo mVacantCache = null; field in Workspace
403 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);