Home
last modified time | relevance | path

Searched refs:MultipageCellLayout (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java21 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()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java33 public class MultipageCellLayout extends CellLayout { class
40 public MultipageCellLayout(Context context) { in MultipageCellLayout() method in MultipageCellLayout
44 public MultipageCellLayout(Context context, AttributeSet attrs) { in MultipageCellLayout() method in MultipageCellLayout
75 public MultipageCellLayout(Context context, AttributeSet attrs, int defStyle) { in MultipageCellLayout() method in MultipageCellLayout
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DReorderWidgets.java31 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()