Searched refs:MultipageCellLayout (Results 1 – 3 of 3) sorted by relevance
21 import com.android.launcher3.MultipageCellLayout;77 MultipageCellLayout mcl = (MultipageCellLayout) mCellLayout; in addSeam()89 MultipageCellLayout mcl = (MultipageCellLayout) mCellLayout; in removeSeam()104 MultipageCellLayout mcl = (MultipageCellLayout) mCellLayout; in simulateSeam()
33 public class MultipageCellLayout extends CellLayout { class40 public MultipageCellLayout(Context context) { in MultipageCellLayout() method in MultipageCellLayout44 public MultipageCellLayout(Context context, AttributeSet attrs) { in MultipageCellLayout() method in MultipageCellLayout75 public MultipageCellLayout(Context context, AttributeSet attrs, int defStyle) { in MultipageCellLayout() method in MultipageCellLayout
31 import com.android.launcher3.MultipageCellLayout;251 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsSimpleReorder()259 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsNoSpaceReorder()268 l -> l.getWorkspace().getScreenWithId(0) instanceof MultipageCellLayout)); in multipleCellLayoutsReorderToOtherSide()