Home
last modified time | relevance | path

Searched refs:findPlacementForEntry (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
DGridSizeMigrationLogic.kt530 findPlacementForEntry(entry, next.x, next.y, trg, occupied)?.let { in <lambda>()
552 private fun findPlacementForEntry( in <lambda>() method in com.android.launcher3.model.GridSizeMigrationLogic
DGridSizeMigrationDBController.java423 if (findPlacementForEntry(entry, next, trg, occupied, screenId)) { in solveGridPlacement()
436 private static boolean findPlacementForEntry(@NonNull final DbEntry entry, in findPlacementForEntry() method in GridSizeMigrationDBController