Home
last modified time | relevance | path

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

/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.java288 int myHotseatCount = LauncherAppState.getIDP(mContext).numHotseatIcons; in importWorkspaceItems()
362 LauncherAppState.getIDP(context).defaultLayoutId); in HotseatLayoutParser()
DLauncherDbUtils.java80 new LossyScreenMigrationTask(context, LauncherAppState.getIDP(context), db) in prepareScreenZeroToHostQsb()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java79 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
/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/
DLauncherAppWidgetProviderInfo.java62 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in initSpans()
DLauncherAppState.java203 public static InvariantDeviceProfile getIDP(Context context) { in getIDP() method in LauncherAppState
DAutoInstallsLayout.java88 InvariantDeviceProfile grid = LauncherAppState.getIDP(context); in get()
199 mIdp = LauncherAppState.getIDP(context); in AutoInstallsLayout()
DLauncherProvider.java585 InvariantDeviceProfile grid = LauncherAppState.getIDP(ctx); in getLayoutUri()
595 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in getDefaultLayoutParser()
DAppWidgetResizeFrame.java41 InvariantDeviceProfile inv = LauncherAppState.getIDP(c);
DInstallShortcutReceiver.java504 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in getItemInfo()
DLauncher.java1531 LauncherAppState.getIDP(this).removeOnChangeListener(this); in onDestroy()
DWorkspace.java1145 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize; in setWallpaperDimension()
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java294 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java113 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in PredictionUiStateManager()
DPredictionRowView.java137 mNumPredictedAppsPerRow = LauncherAppState.getIDP(context).numAllAppsColumns; in PredictionRowView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java87 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelWriter.java93 ? LauncherAppState.getIDP(mContext).numHotseatIcons - 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/folder/
DFolderPagedView.java100 InvariantDeviceProfile profile = LauncherAppState.getIDP(context); in FolderPagedView()