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.java87 if (i >= mCountX || j >= mCountY || mView.isOccupied(i, j)) { in intersectsValidDropTarget()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java2083 if (cl != null && cl.isOccupied(item.cellX, item.cellY)) { in bindItems()
DCellLayout.java2563 public boolean isOccupied(int x, int y) { in isOccupied() method in CellLayout