Searched refs:MulticellReorderAlgorithm (Results 1 – 2 of 2) sorted by relevance
26 import com.android.launcher3.celllayout.MulticellReorderAlgorithm;74 return ((MulticellReorderAlgorithm) createReorderAlgorithm()).simulateSeam( in createAreaForResize()81 return new MulticellReorderAlgorithm(this); in createReorderAlgorithm()
30 public class MulticellReorderAlgorithm extends ReorderAlgorithm { class34 public MulticellReorderAlgorithm(CellLayout cellLayout) { in MulticellReorderAlgorithm() method in MulticellReorderAlgorithm