Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/provider/
DImportDataTask.java288 int myHotseatCount = LauncherAppState.getIDP(mContext).numHotseatIcons; in importWorkspaceItems()
362 LauncherAppState.getIDP(context).defaultLayoutId); in HotseatLayoutParser()
DLauncherDbUtils.java78 new LossyScreenMigrationTask(context, LauncherAppState.getIDP(context), db) in prepareScreenZeroToHostQsb()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java77 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherAppWidgetProviderInfo.java59 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in initSpans()
DLauncherAppState.java175 public static InvariantDeviceProfile getIDP(Context context) { in getIDP() method in LauncherAppState
DAutoInstallsLayout.java82 InvariantDeviceProfile grid = LauncherAppState.getIDP(context); in get()
188 mIdp = LauncherAppState.getIDP(context); in AutoInstallsLayout()
DLauncherProvider.java516 InvariantDeviceProfile grid = LauncherAppState.getIDP(ctx); in createWorkspaceLoaderFromAppRestriction()
553 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in getDefaultLayoutParser()
DAppWidgetResizeFrame.java356 InvariantDeviceProfile inv = LauncherAppState.getIDP(context); in getWidgetSizeRanges()
DInstallShortcutReceiver.java509 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in getItemInfo()
DLauncher.java1481 LauncherAppState.getIDP(this).removeOnChangeListener(this); in onDestroy()
DWorkspace.java1166 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize; in setWallpaperDimension()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java74 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in obtain()
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java222 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions()
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/launcher3/appprediction/
DPredictionUiStateManager.java103 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in PredictionUiStateManager()
DPredictionRowView.java129 mNumPredictedAppsPerRow = LauncherAppState.getIDP(context).numColumns; in PredictionRowView()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java81 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelWriter.java92 ? LauncherAppState.getIDP(mContext).numHotseatIcons - cellY - 1 : cellX; in updateItemInfoProps()
DGridSizeMigrationTask.java887 InvariantDeviceProfile idp = LauncherAppState.getIDP(context);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
DFolderPagedView.java93 InvariantDeviceProfile profile = LauncherAppState.getIDP(context); in FolderPagedView()