Home
last modified time | relevance | path

Searched defs:occupancy (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DLoaderCursor.java420 final GridOccupancy occupancy = new GridOccupancy(mIDP.numHotseatIcons, 1); in checkItemPlacement() local
422 occupied.put((long) LauncherSettings.Favorites.CONTAINER_HOTSEAT, occupancy); in checkItemPlacement() local
456 final GridOccupancy occupancy = occupied.get(item.screenId); in checkItemPlacement() local
/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DAddWorkspaceItemsTaskTest.java137 GridOccupancy occupancy = new GridOccupancy(idp.numColumns, idp.numRows); in setupWorkspaceWithHoles() local