Home
last modified time | relevance | path

Searched refs:getIDP (Results 1 – 23 of 23) sorted by relevance

/packages/apps/Launcher3/quickstep/src/com/android/launcher3/hybridhotseat/
DHotseatRestoreHelper.java45 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in createBackup()
70 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in restoreBackup()
/packages/apps/Launcher3/src/com/android/launcher3/provider/
DRestoreDbTask.java105 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in backupWorkspace()
113 final InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in restoreWorkspace()
DImportDataTask.java289 int myHotseatCount = LauncherAppState.getIDP(mContext).numDatabaseHotseatIcons; in importWorkspaceItems()
363 LauncherAppState.getIDP(context).defaultLayoutId); in HotseatLayoutParser()
DLauncherDbUtils.java80 new LossyScreenMigrationTask(context, LauncherAppState.getIDP(context), db) in prepareScreenZeroToHostQsb()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DShortcutCachingLogic.java72 context, info, LauncherAppState.getIDP(context).fillResIconDpi); in loadIcon()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java78 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarManager.java122 DeviceProfile dp = LauncherAppState.getIDP(mContext).getDeviceProfile(mContext); in recreateTaskbar()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java58 for (DeviceProfile profile : LauncherAppState.getIDP(context).supportedProfiles) { in getWidgetPaddedSizes()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfo.java90 launcherInfo.initSpans(context, LauncherAppState.getIDP(context)); in fromProviderInfo()
DLauncherAppWidgetHost.java260 info.initSpans(mContext, LauncherAppState.getIDP(mContext)); in onProviderChanged()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java88 InvariantDeviceProfile grid = LauncherAppState.getIDP(context); in get()
199 mIdp = LauncherAppState.getIDP(context); in AutoInstallsLayout()
DLauncherAppState.java195 public static InvariantDeviceProfile getIDP(Context context) { in getIDP() method in LauncherAppState
DLauncherProvider.java617 InvariantDeviceProfile grid = LauncherAppState.getIDP(ctx); in getLayoutUri()
627 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in getDefaultLayoutParser()
DAppWidgetResizeFrame.java222 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget()
DLauncher.java1646 LauncherAppState.getIDP(this).removeOnChangeListener(this); in onDestroy()
DWorkspace.java1149 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize; in setWallpaperDimension()
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java293 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DItemInstallQueue.java317 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in getItemInfo()
DModelWriter.java94 ? LauncherAppState.getIDP(mContext).numDatabaseHotseatIcons - cellY - 1 : cellX; in updateItemInfoProps()
DGridSizeMigrationTaskV2.java141 idp = LauncherAppState.getIDP(context); in migrateGridIfNeeded()
DGridSizeMigrationTask.java916 idp = LauncherAppState.getIDP(context);
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java90 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java102 InvariantDeviceProfile profile = LauncherAppState.getIDP(context); in FolderPagedView()