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.java26 import com.android.launcher3.celllayout.MulticellReorderAlgorithm;
74 return ((MulticellReorderAlgorithm) createReorderAlgorithm()).simulateSeam( in createAreaForResize()
81 return new MulticellReorderAlgorithm(this); in createReorderAlgorithm()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java30 public class MulticellReorderAlgorithm extends ReorderAlgorithm { class
34 public MulticellReorderAlgorithm(CellLayout cellLayout) { in MulticellReorderAlgorithm() method in MulticellReorderAlgorithm