/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/ |
D | HotseatRestoreHelper.java | 45 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in createBackup() 70 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in restoreBackup()
|
/packages/apps/Launcher3/src/com/android/launcher3/provider/ |
D | RestoreDbTask.java | 105 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in backupWorkspace() 113 final InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in restoreWorkspace()
|
D | ImportDataTask.java | 289 int myHotseatCount = LauncherAppState.getIDP(mContext).numDatabaseHotseatIcons; in importWorkspaceItems() 363 LauncherAppState.getIDP(context).defaultLayoutId); in HotseatLayoutParser()
|
D | LauncherDbUtils.java | 80 new LossyScreenMigrationTask(context, LauncherAppState.getIDP(context), db) in prepareScreenZeroToHostQsb()
|
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | ShortcutCachingLogic.java | 72 context, info, LauncherAppState.getIDP(context).fillResIconDpi); in loadIcon()
|
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/ |
D | PinShortcutRequestActivityInfo.java | 78 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
|
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/ |
D | TaskbarManager.java | 122 DeviceProfile dp = LauncherAppState.getIDP(mContext).getDeviceProfile(mContext); in recreateTaskbar()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/ |
D | WidgetSizes.java | 58 for (DeviceProfile profile : LauncherAppState.getIDP(context).supportedProfiles) { in getWidgetPaddedSizes()
|
/packages/apps/Launcher3/src/com/android/launcher3/widget/ |
D | LauncherAppWidgetProviderInfo.java | 90 launcherInfo.initSpans(context, LauncherAppState.getIDP(context)); in fromProviderInfo()
|
D | LauncherAppWidgetHost.java | 260 info.initSpans(mContext, LauncherAppState.getIDP(mContext)); in onProviderChanged()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | AutoInstallsLayout.java | 88 InvariantDeviceProfile grid = LauncherAppState.getIDP(context); in get() 199 mIdp = LauncherAppState.getIDP(context); in AutoInstallsLayout()
|
D | LauncherAppState.java | 195 public static InvariantDeviceProfile getIDP(Context context) { in getIDP() method in LauncherAppState
|
D | LauncherProvider.java | 617 InvariantDeviceProfile grid = LauncherAppState.getIDP(ctx); in getLayoutUri() 627 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in getDefaultLayoutParser()
|
D | AppWidgetResizeFrame.java | 222 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget()
|
D | Launcher.java | 1646 LauncherAppState.getIDP(this).removeOnChangeListener(this); in onDestroy()
|
D | Workspace.java | 1149 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize; in setWallpaperDimension()
|
/packages/apps/Launcher3/src/com/android/launcher3/qsb/ |
D | QsbContainerView.java | 293 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions()
|
/packages/apps/Launcher3/src/com/android/launcher3/model/ |
D | ItemInstallQueue.java | 317 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in getItemInfo()
|
D | ModelWriter.java | 94 ? LauncherAppState.getIDP(mContext).numDatabaseHotseatIcons - cellY - 1 : cellX; in updateItemInfoProps()
|
D | GridSizeMigrationTaskV2.java | 141 idp = LauncherAppState.getIDP(context); in migrateGridIfNeeded()
|
D | GridSizeMigrationTask.java | 916 idp = LauncherAppState.getIDP(context);
|
/packages/apps/Launcher3/src/com/android/launcher3/allapps/ |
D | AllAppsRecyclerView.java | 90 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
|
/packages/apps/Launcher3/src/com/android/launcher3/folder/ |
D | FolderPagedView.java | 102 InvariantDeviceProfile profile = LauncherAppState.getIDP(context); in FolderPagedView()
|