Searched refs:MultipageCellLayout (Results 1 – 5 of 5) sorted by relevance
21 import com.android.launcher3.MultipageCellLayout;72 MultipageCellLayout mcl = (MultipageCellLayout) mCellLayout; in addSeam()84 MultipageCellLayout mcl = (MultipageCellLayout) mCellLayout; in removeSeam()99 MultipageCellLayout mcl = (MultipageCellLayout) mCellLayout; in simulateSeam()
35 public class MultipageCellLayout extends CellLayout { class42 public MultipageCellLayout(Context context) { in MultipageCellLayout() method in MultipageCellLayout46 public MultipageCellLayout(Context context, AttributeSet attrs) { in MultipageCellLayout() method in MultipageCellLayout66 public MultipageCellLayout(Context context, AttributeSet attrs, int defStyle) { in MultipageCellLayout() method in MultipageCellLayout
35 import com.android.launcher3.MultipageCellLayout;266 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsSimpleReorder()274 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsNoSpaceReorder()283 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsReorderToOtherSide()
27 import com.android.launcher3.MultipageCellLayout74 if (isMulti) MultipageCellLayout(getWrappedContext(applicationContext, dp)) in createCellLayout()
32 import com.android.launcher3.MultipageCellLayout;189 if (cl instanceof MultipageCellLayout) { in solve()191 ((MultipageCellLayout) cl).createReorderAlgorithm().removeSeamFromSolution( in solve()