Home
last modified time | relevance | path

Searched refs:ReorderAlgorithm (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java27 import com.android.launcher3.celllayout.ReorderAlgorithm;
80 public ReorderAlgorithm createReorderAlgorithm() { in createReorderAlgorithm()
DCellLayout.java68 import com.android.launcher3.celllayout.ReorderAlgorithm;
2386 public ReorderAlgorithm createReorderAlgorithm() { in createReorderAlgorithm()
2387 return new ReorderAlgorithm(this); in createReorderAlgorithm()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java28 public class ReorderAlgorithm { class
32 public ReorderAlgorithm(CellLayout cellLayout) { in ReorderAlgorithm() method in ReorderAlgorithm
DMulticellReorderAlgorithm.java30 public class MulticellReorderAlgorithm extends ReorderAlgorithm {