Home
last modified time | relevance | path

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

/packages/apps/Launcher3/tests/src/com/android/launcher3/model/
DFolderIconLoadTest.kt91 val idp = LauncherAppState.getIDP(modelHelper.sandboxContext) in folderLoadedWithHighRes_max_3x3()
104 val idp = LauncherAppState.getIDP(modelHelper.sandboxContext) in folderLoadedWithHighRes_max_4x4()
117 val idp = LauncherAppState.getIDP(modelHelper.sandboxContext) in folderLoadedWithHighRes_differentFolderConfigurations()
179 LauncherAppState.getIDP(modelHelper.sandboxContext).supportedProfiles = in recreateSupportedDeviceProfiles()
180 LauncherAppState.getIDP(modelHelper.sandboxContext).supportedProfiles.map { in recreateSupportedDeviceProfiles()
/packages/apps/Launcher3/src/com/android/launcher3/model/
DModelDbController.java284 new DeviceGridState(LauncherAppState.getIDP(mContext)).writeToPrefs(mContext); in tryMigrateDB()
301 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in migrateGridIfNeeded()
579 InvariantDeviceProfile grid = LauncherAppState.getIDP(ctx); in getLayoutUri()
589 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext); in getDefaultLayoutParser()
DItemInstallQueue.java328 InvariantDeviceProfile idp = LauncherAppState.getIDP(context); in getItemInfo()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/taskbar/
DTaskbarManager.java257 ? LauncherAppState.getIDP(mContext).getDeviceProfile(mContext) in TaskbarManager()
333 LauncherAppState.getIDP(mContext).getDeviceProfile(mContext) : null; in destroyExistingTaskbar()
448 LauncherAppState.getIDP(mContext).getDeviceProfile(mContext) : null; in recreateTaskbar()
639 && LauncherAppState.getIDP(mContext).getDeviceProfile(mContext).isTaskbarPresent; in debugWhyTaskbarNotDestroyed()
/packages/apps/Launcher3/quickstep/src/com/android/launcher3/uioverrides/
DQuickstepAppWidgetHost.java72 info.initSpans(mContext, LauncherAppState.getIDP(mContext)); in onProviderChanged()
/packages/apps/Launcher3/src/com/android/launcher3/icons/
DShortcutCachingLogic.java78 context, info, LauncherAppState.getIDP(context).fillResIconDpi); in loadIcon()
/packages/apps/Launcher3/quickstep/tests/multivalentTests/src/com/android/launcher3/taskbar/
DTaskbarUnitTestRule.kt82 LauncherAppState.getIDP(context).getDeviceProfile(context).isTaskbarPresent in apply()
/packages/apps/Launcher3/src/com/android/launcher3/widget/
DLauncherAppWidgetHost.java106 info.initSpans(mContext, LauncherAppState.getIDP(mContext)); in onProviderChanged()
DLauncherAppWidgetProviderInfo.java88 launcherInfo.initSpans(context, LauncherAppState.getIDP(context)); in fromProviderInfo()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java91 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/util/
DWidgetDragScaleUtilsTest.kt52 Mockito.spy(LauncherAppState.getIDP(context).getDeviceProfile(context).copy(context)) in setup()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/picker/util/
DWidgetPreviewContainerSizesTest.kt54 testInvariantProfile = LauncherAppState.getIDP(context) in setUp()
DWidgetsTableUtilsTest.java244 DeviceProfile dp = LauncherAppState.getIDP(mContext) in initDP()
/packages/apps/Launcher3/src/com/android/launcher3/widget/util/
DWidgetSizes.java50 for (DeviceProfile profile : LauncherAppState.getIDP(context).supportedProfiles) { in getWidgetSizesDp()
/packages/apps/Launcher3/quickstep/tests/src/com/android/launcher3/model/
DWidgetsPredictionsRequesterTest.kt74 testInvariantProfile = LauncherAppState.getIDP(context) in setUp()
/packages/apps/Launcher3/src/com/android/launcher3/allapps/
DAllAppsRecyclerView.java87 mNumAppsPerRow = LauncherAppState.getIDP(context).numColumns; in AllAppsRecyclerView()
/packages/apps/Launcher3/tests/multivalentTests/src/com/android/launcher3/widget/
DLauncherAppWidgetProviderInfoTest.java259 DeviceProfile dp = LauncherAppState.getIDP(mContext) in createIDP()
/packages/apps/Launcher3/src/com/android/launcher3/
DAutoInstallsLayout.java99 InvariantDeviceProfile grid = LauncherAppState.getIDP(context); in get()
214 mIdp = LauncherAppState.getIDP(context); in AutoInstallsLayout()
DLauncherAppState.java248 public static InvariantDeviceProfile getIDP(Context context) { in getIDP() method in LauncherAppState
DModelCallbacks.kt284 LauncherAppState.getIDP(launcher).supportedProfiles.any(DeviceProfile::isTwoPanels) && in <lambda>()
DAppWidgetResizeFrame.java252 InvariantDeviceProfile idp = LauncherAppState.getIDP(cellLayout.getContext()); in setupForWidget()
DLauncher.java1808 LauncherAppState.getIDP(this).removeOnChangeListener(this);
DWorkspace.java1366 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize; in setWallpaperDimension()
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
DQsbContainerView.java300 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext()); in createBindOptions()
/packages/apps/Launcher3/tests/src/com/android/launcher3/provider/
DRestoreDbTaskTest.java303 int columns = LauncherAppState.getIDP(mContext).numColumns; in addIconsBulk()