Searched refs:mOccupied (Results 1 – 3 of 3) sorted by relevance
118 protected GridOccupancy mOccupied; field in CellLayout251 mOccupied = new GridOccupancy(mCountX, mCountY); in CellLayout()414 mOccupied = new GridOccupancy(mCountX, mCountY); in setGridSize()490 if (!mOccupied.cells[x][y]) { in onDraw()785 mOccupied.clear(); in removeAllViews()792 mOccupied.clear(); in removeAllViewsInLayout()1071 GridOccupancy occupied = permanent ? mOccupied : mTmpOccupied; in animateChildToPosition()1273 if (mOccupied.cells[x + i][y + j]) { in findNearestArea()1290 if (x + xSize > countX -1 || mOccupied.cells[x + xSize][y + j]) { in findNearestArea()1300 if (y + ySize > countY - 1 || mOccupied.cells[x + i][y + ySize]) { in findNearestArea()[all …]
210 mOccupied = occupied; in setOccupied()
84 private final IntSparseArrayMap<GridOccupancy> mOccupied = new IntSparseArrayMap<>(); field in LoaderCursor512 mOccupied.get(Favorites.CONTAINER_HOTSEAT); in checkItemPlacement()535 mOccupied.put(Favorites.CONTAINER_HOTSEAT, occupancy); in checkItemPlacement()554 if (!mOccupied.containsKey(item.screenId)) { in checkItemPlacement()566 mOccupied.put(item.screenId, screen); in checkItemPlacement()568 final GridOccupancy occupancy = mOccupied.get(item.screenId); in checkItemPlacement()