Searched refs:ReorderAlgorithm (Results 1 – 4 of 4) sorted by relevance
27 import com.android.launcher3.celllayout.ReorderAlgorithm;80 public ReorderAlgorithm createReorderAlgorithm() { in createReorderAlgorithm()
68 import com.android.launcher3.celllayout.ReorderAlgorithm;2386 public ReorderAlgorithm createReorderAlgorithm() { in createReorderAlgorithm()2387 return new ReorderAlgorithm(this); in createReorderAlgorithm()
28 public class ReorderAlgorithm { class32 public ReorderAlgorithm(CellLayout cellLayout) { in ReorderAlgorithm() method in ReorderAlgorithm
30 public class MulticellReorderAlgorithm extends ReorderAlgorithm {