Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DCellLayoutContainer.java27 int getCellLayoutId(CellLayout cellLayout); in getCellLayoutId()
32 int getCellLayoutIndex(CellLayout cellLayout); in getCellLayoutIndex()
DAppWidgetResizeFrame.java207 public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) { in showForWidget()
238 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget()
DWorkspace.java966 public int getCellLayoutIndex(CellLayout cellLayout) { in getCellLayoutIndex()
1011 public CellLayout getScreenPair(CellLayout cellLayout) { in getScreenPair()
2155 final CellLayout cellLayout = getParentCellLayoutForView(cell); in onDrop() local
2225 LauncherAppWidgetHostView hostView, CellLayout cellLayout) { in getWidgetResizeFrameRunnable()
DWorkspaceStateTransitionAnimation.java234 private void applyPageTranslation(CellLayout cellLayout, int childIndex, in applyPageTranslation()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/celllayout/
DReorderPreviewAnimationTest.kt90 val cellLayout = cellLayoutBuilder.createCellLayout(100, 100, false) in testAnimationAtGivenProgress() constant
DReorderAlgorithmUnitTest.java136 private void addViewInCellLayout(CellLayout cellLayout, int cellX, int cellY, int spanX, in addViewInCellLayout()
/packages/apps/Launcher3/src/com/android/launcher3/celllayout/
DMulticellReorderAlgorithm.java36 public MulticellReorderAlgorithm(CellLayout cellLayout) { in MulticellReorderAlgorithm()
DReorderAlgorithm.java40 public ReorderAlgorithm(CellLayout cellLayout) { in ReorderAlgorithm()
/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/quickstep/src/com/android/quickstep/util/unfold/
DUnfoldAnimationBuilder.kt121 val registerViews: (CellLayout) -> Unit = { cellLayout -> in <lambda>() method