Home
last modified time | relevance | path

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

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DAppWidgetResizeFrame.java197 public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) { in showForWidget()
221 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget()
H A DWorkspace.java941 public CellLayout getScreenPair(CellLayout cellLayout) { in getScreenPair()
2075 final CellLayout cellLayout = dropTargetLayout; in onDrop() local
2639 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) { in onDropExternal()
2881 public void animateWidgetDrop(ItemInfo info, CellLayout cellLayout, final DragView dragView, in animateWidgetDrop()
2991 final CellLayout cellLayout = mLauncher.getCellLayout( in onDropCompleted() local
H A DLauncher.java914 CellLayout cellLayout = mWorkspace.getScreenWithId(requestArgs.screenId); in completeTwoStageWidgetDrop() local
1398 CellLayout cellLayout = getCellLayout(launcherInfo.container, launcherInfo.screenId); in completeAddAppWidget() local
/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
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderAnimationManager.java265 CellLayout cellLayout = mContent.getCurrentCellLayout(); in getAnimator() local