Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java27 import com.android.launcher3.celllayout.MulticellReorderAlgorithm;
107 public MulticellReorderAlgorithm createReorderAlgorithm() { in createReorderAlgorithm()
108 return new MulticellReorderAlgorithm(this); in createReorderAlgorithm()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java32 public class MulticellReorderAlgorithm extends ReorderAlgorithm { class
36 public MulticellReorderAlgorithm(CellLayout cellLayout) { in MulticellReorderAlgorithm() method in MulticellReorderAlgorithm