Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/util/
DGridOccupancy.java60 public void markCells(int cellX, int cellY, int spanX, int spanY, boolean value) { in markCells() method in GridOccupancy
69 public void markCells(Rect r, boolean value) { in markCells() method in GridOccupancy
73 public void markCells(CellAndSpan cell, boolean value) { in markCells() method in GridOccupancy
77 public void markCells(ItemInfo item, boolean value) { in markCells() method in GridOccupancy
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java760 CellLayoutLayoutParams params, boolean markCells) { in addViewToCellLayout()