Home
last modified time | relevance | path

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

/packages/apps/Launcher/src/com/android/launcher/
DWorkspace.java92 private CellLayout.CellInfo mVacantCache = null; field in Workspace
356 if (mVacantCache != null) { in clearVacantCache()
357 mVacantCache.clearVacantCells(); in clearVacantCache()
358 mVacantCache = null; in clearVacantCache()
932 if (mVacantCache == null) { in acceptDrop()
934 mVacantCache = layout.findAllVacantCells(null, ignoreView); in acceptDrop()
937 return mVacantCache.findCellForSpan(mTempEstimate, spanX, spanY, false); in acceptDrop()
978 if (mVacantCache == null) { in estimateDropCell()
979 mVacantCache = layout.findAllVacantCells(null, ignoreView); in estimateDropCell()
983 return layout.findNearestVacantArea(pixelX, pixelY, spanX, spanY, mVacantCache, recycle); in estimateDropCell()
/packages/apps/Launcher2/src/com/android/launcher2/
DWorkspace.java96 private CellLayout.CellInfo mVacantCache = null; field in Workspace
381 if (mVacantCache != null) { in clearVacantCache()
382 mVacantCache.clearVacantCells(); in clearVacantCache()
383 mVacantCache = null; in clearVacantCache()
1129 if (mVacantCache == null) { in acceptDrop()
1131 mVacantCache = layout.findAllVacantCells(null, ignoreView); in acceptDrop()
1134 return mVacantCache.findCellForSpan(mTempEstimate, spanX, spanY, false); in acceptDrop()
1176 if (mVacantCache == null) { in estimateDropCell()
1177 mVacantCache = layout.findAllVacantCells(null, ignoreView); in estimateDropCell()
1182 spanX, spanY, mVacantCache, recycle); in estimateDropCell()