Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java396 final GridOccupancy hotseatOccupancy = in checkItemPlacement() local
407 if (hotseatOccupancy != null) { in checkItemPlacement()
408 if (hotseatOccupancy.cells[(int) item.screenId][0]) { in checkItemPlacement()
414 hotseatOccupancy.cells[item.screenId][0] = true; in checkItemPlacement()