Home
last modified time | relevance | path

Searched refs:getCellLayout (Results 1 – 3 of 3) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DLauncherDelegate.java94 CellLayout cellLayout = mLauncher.getCellLayout(info.container, in replaceFolderWithFinalItem()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncher.java876 CellLayout layout = getCellLayout(pendingArgs.container, pendingArgs.screenId); in onRequestPermissionsResult()
1283 CellLayout layout = getCellLayout(container, screenId); in completeAddShortcut()
1398 CellLayout cellLayout = getCellLayout(launcherInfo.container, launcherInfo.screenId); in completeAddAppWidget()
2065 public CellLayout getCellLayout(int container, int screenId) { in getCellLayout() method in Launcher
H A DWorkspace.java2991 final CellLayout cellLayout = mLauncher.getCellLayout( in onDropCompleted()