Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/accessibility/
DWorkspaceAccessibilityHelper.java79 if (i >= mCountX || j >= mCountY || mView.isOccupied(i, j)) { in intersectsValidDropTarget()
/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayout.java2632 public boolean isOccupied(int x, int y) { in isOccupied() method in CellLayout
DLauncher.java2273 if (cl != null && cl.isOccupied(item.cellX, item.cellY)) { in bindItems()