Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/
DWorkspace.java1896 final CellLayout cellLayout = dropTargetLayout; in onDrop() local
1908 AppWidgetResizeFrame.showForWidget(hostView, cellLayout); in onDrop()
2454 private void onDropExternal(final int[] touchXY, final CellLayout cellLayout, DragObject d) {
2471 final int container = mLauncher.isHotseatLayout(cellLayout)
2474 final int screenId = getIdForScreen(cellLayout);
2475 if (!mLauncher.isHotseatLayout(cellLayout)
2487 cellLayout, mTargetCell);
2488 float distance = cellLayout.getDistanceFromCell(mDragViewVisualCenter[0],
2490 if (willCreateUserFolder(d.dragInfo, cellLayout, mTargetCell, distance, true)
2492 d.dragInfo, cellLayout, mTargetCell, distance)) {
[all …]
DAppWidgetResizeFrame.java177 public static void showForWidget(LauncherAppWidgetHostView widget, CellLayout cellLayout) { in showForWidget() argument
178 Launcher launcher = Launcher.getLauncher(cellLayout.getContext()); in showForWidget()
193 frame.setupForWidget(widget, cellLayout, dl); in showForWidget()
201 private void setupForWidget(LauncherAppWidgetHostView widgetView, CellLayout cellLayout, in setupForWidget() argument
203 mCellLayout = cellLayout; in setupForWidget()
222 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget()
DLauncher.java880 CellLayout cellLayout = mWorkspace.getScreenWithId(requestArgs.screenId); in completeTwoStageWidgetDrop() local
902 mWorkspace.animateWidgetDrop(requestArgs, cellLayout, in completeTwoStageWidgetDrop()
1360 CellLayout cellLayout = getCellLayout(launcherInfo.container, launcherInfo.screenId); in completeAddAppWidget() local
1369 AppWidgetResizeFrame.showForWidget(launcherHostView, cellLayout); in completeAddAppWidget()
1383 AppWidgetResizeFrame.showForWidget(launcherHostView, cellLayout); in completeAddAppWidget()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderAnimationManager.java272 CellLayout cellLayout = mContent.getCurrentCellLayout(); in getAnimator() local
277 boolean cellLayoutClipChildren = cellLayout.getClipChildren(); in getAnimator()
278 boolean cellLayoutClipPadding = cellLayout.getClipToPadding(); in getAnimator()
284 cellLayout.setClipChildren(false); in getAnimator()
285 cellLayout.setClipToPadding(false); in getAnimator()
305 cellLayout.setClipChildren(cellLayoutClipChildren); in getAnimator()
306 cellLayout.setClipToPadding(cellLayoutClipPadding); in getAnimator()
DLauncherDelegate.java110 CellLayout cellLayout = mLauncher.getCellLayout(info.container, in replaceFolderWithFinalItem()
113 newIcon = mLauncher.createShortcut(cellLayout, finalItem); in replaceFolderWithFinalItem()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatEduController.java243 CellLayout cellLayout = mLauncher.getWorkspace().getScreenWithId(Workspace.FIRST_SCREEN_ID); in showEdu() local
250 boolean canMigrateToFirstPage = cellLayout.makeSpaceForHotseatMigration(false); in showEdu()