Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/util/
H A DUnfoldMoveFromCenterWorkspaceAnimator.java45 final CellLayout cellLayout = (CellLayout) page; in onPrepareViewsForAnimation()
46 ShortcutAndWidgetContainer itemsContainer = cellLayout in onPrepareViewsForAnimation()
48 disableClipping(cellLayout); in onPrepareViewsForAnimation()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java197 public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) { in showForWidget() argument
198 Launcher launcher = Launcher.getLauncher(cellLayout.getContext()); in showForWidget()
213 frame.setupForWidget(widget, cellLayout, dl); in showForWidget()
221 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget() argument
223 mCellLayout = cellLayout; in setupForWidget()
242 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget()
697 updateInvalidResizeEffect(cellLayout, pairedCellLayout, alpha,
716 ObjectAnimator.ofFloat(cellLayout, SPRING_LOADED_PROGRESS,
722 cellLayout.setSpringLoadedProgress(springLoadedProgress);
731 cellLayout.setIsDragOverlapping(shouldShowCellLayoutBorder);
[all …]
H A DWorkspace.java941 public CellLayout getScreenPair(CellLayout cellLayout) { in getScreenPair() argument
945 int screenId = getIdForScreen(cellLayout); in getScreenPair()
2659 final int screenId = getIdForScreen(cellLayout); in onDropExternal()
2660 if (!mLauncher.isHotseatLayout(cellLayout) in onDropExternal()
2672 cellLayout, mTargetCell); in onDropExternal()
2772 cellLayout, mTargetCell); in onDropExternal()
2791 cellLayout.findCellForSpan(mTargetCell, 1, 1); in onDropExternal()
2800 cellLayout.onDropChild(view); in onDropExternal()
2991 final CellLayout cellLayout = mLauncher.getCellLayout( in onDropCompleted() local
2993 if (cellLayout != null) { in onDropCompleted()
[all …]
H A DLauncher.java914 CellLayout cellLayout = mWorkspace.getScreenWithId(requestArgs.screenId); in completeTwoStageWidgetDrop() local
936 mWorkspace.animateWidgetDrop(requestArgs, cellLayout, in completeTwoStageWidgetDrop()
1398 CellLayout cellLayout = getCellLayout(launcherInfo.container, launcherInfo.screenId); in completeAddAppWidget() local
1400 AppWidgetResizeFrame.showForWidget(launcherHostView, cellLayout); in completeAddAppWidget()
1406 AppWidgetResizeFrame.showForWidget(launcherHostView, cellLayout); in completeAddAppWidget()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java265 CellLayout cellLayout = mContent.getCurrentCellLayout(); in getAnimator() local
270 boolean cellLayoutClipChildren = cellLayout.getClipChildren(); in getAnimator()
271 boolean cellLayoutClipPadding = cellLayout.getClipToPadding(); in getAnimator()
277 cellLayout.setClipChildren(false); in getAnimator()
278 cellLayout.setClipToPadding(false); in getAnimator()
298 cellLayout.setClipChildren(cellLayoutClipChildren); in getAnimator()
299 cellLayout.setClipToPadding(cellLayoutClipPadding); in getAnimator()
H A DLauncherDelegate.java94 CellLayout cellLayout = mLauncher.getCellLayout(info.container, in replaceFolderWithFinalItem()
97 newIcon = mLauncher.createShortcut(cellLayout, finalItem); in replaceFolderWithFinalItem()
/aosp12/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
H A DHotseatEduController.java252 CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID); in showEdu() local
259 boolean canMigrateToFirstPage = cellLayout.makeSpaceForHotseatMigration(false); in showEdu()