Searched refs:findPlacementForEntry (Results 1 – 2 of 2) sorted by relevance
530 findPlacementForEntry(entry, next.x, next.y, trg, occupied)?.let { in <lambda>()552 private fun findPlacementForEntry( in <lambda>() method in com.android.launcher3.model.GridSizeMigrationLogic
423 if (findPlacementForEntry(entry, next, trg, occupied, screenId)) { in solveGridPlacement()436 private static boolean findPlacementForEntry(@NonNull final DbEntry entry, in findPlacementForEntry() method in GridSizeMigrationDBController