Searched refs:ignoreMove (Results 1 - 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DGridSizeMigrationTask.java416 private final boolean ignoreMove; field in class:GridSizeMigrationTask.OptimalPlacementSolution
431 int startY, boolean ignoreMove) {
434 this.ignoreMove = ignoreMove;
496 if (ignoreMove) {
558 int dist = ignoreMove ? 0 :
579 if (ignoreMove) {
592 // 3) ignoreMove false otherwise, move cost is ignored and the weight will
595 && itemsToPlace.get(index + 1).weight >= me.weight && !ignoreMove) {
430 OptimalPlacementSolution(GridOccupancy occupied, ArrayList<DbEntry> itemsToPlace, int startY, boolean ignoreMove) argument

Completed in 223 milliseconds