Home
last modified time | relevance | path

Searched defs:cellLayout (Results 1 – 7 of 7) sorted by relevance

/packages/apps/Launcher3/tests/src/com/android/launcher3/celllayout/
DReorderAlgorithmUnitTest.java75 private void addViewInCellLayout(CellLayout cellLayout, int cellX, int cellY, int spanX, in addViewInCellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/
DAppWidgetResizeFrame.java180 public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) { in showForWidget()
204 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget()
DWorkspaceStateTransitionAnimation.java226 private void applyPageTranslation(CellLayout cellLayout, int childIndex, in applyPageTranslation()
DWorkspace.java985 public CellLayout getScreenPair(CellLayout cellLayout) { in getScreenPair()
2127 final CellLayout cellLayout = getParentCellLayoutForView(cell); in onDrop() local
2197 LauncherAppWidgetHostView hostView, CellLayout cellLayout) { in getWidgetResizeFrameRunnable()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java156 CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID); in showEdu() local
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DReorderAlgorithm.java32 public ReorderAlgorithm(CellLayout cellLayout) { in ReorderAlgorithm()
DMulticellReorderAlgorithm.java36 public MulticellReorderAlgorithm(CellLayout cellLayout) { in MulticellReorderAlgorithm()