Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java21 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()
/packages/apps/Launcher3/src/com/android/launcher3/
DMultipageCellLayout.java35 public class MultipageCellLayout extends CellLayout { class
42 public MultipageCellLayout(Context context) { in MultipageCellLayout() method in MultipageCellLayout
46 public MultipageCellLayout(Context context, AttributeSet attrs) { in MultipageCellLayout() method in MultipageCellLayout
66 public MultipageCellLayout(Context context, AttributeSet attrs, int defStyle) { in MultipageCellLayout() method in MultipageCellLayout
/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DTaplReorderWidgetsTest.java35 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()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DUnitTestCellLayoutBuilderRule.kt27 import com.android.launcher3.MultipageCellLayout
74 if (isMulti) MultipageCellLayout(getWrappedContext(applicationContext, dp)) in createCellLayout()
DReorderAlgorithmUnitTest.java32 import com.android.launcher3.MultipageCellLayout;
189 if (cl instanceof MultipageCellLayout) { in solve()
191 ((MultipageCellLayout) cl).createReorderAlgorithm().removeSeamFromSolution( in solve()