Searched refs:MulticellReorderAlgorithm (Results 1 – 2 of 2) sorted by relevance
27 import com.android.launcher3.celllayout.MulticellReorderAlgorithm;107 public MulticellReorderAlgorithm createReorderAlgorithm() { in createReorderAlgorithm()108 return new MulticellReorderAlgorithm(this); in createReorderAlgorithm()
32 public class MulticellReorderAlgorithm extends ReorderAlgorithm { class36 public MulticellReorderAlgorithm(CellLayout cellLayout) { in MulticellReorderAlgorithm() method in MulticellReorderAlgorithm