Searched refs:getIDP (Results 1 - 17 of 17) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
H A DLauncherAppWidgetProviderInfo.java68 InvariantDeviceProfile idp = LauncherAppState.getIDP(context);
110 return super.loadIcon(context, LauncherAppState.getIDP(context).fillResIconDpi);
H A DLauncherAppState.java182 public static InvariantDeviceProfile getIDP(Context context) { method in class:LauncherAppState
H A DAutoInstallsLayout.java79 InvariantDeviceProfile grid = LauncherAppState.getIDP(context);
182 mIdp = LauncherAppState.getIDP(context);
H A DAppWidgetResizeFrame.java322 InvariantDeviceProfile inv = LauncherAppState.getIDP(context);
H A DInstallShortcutReceiver.java485 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext);
H A DLauncherProvider.java555 InvariantDeviceProfile idp = LauncherAppState.getIDP(getContext());
H A DWorkspace.java1571 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize;
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java75 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi);
/packages/apps/Launcher3/src/com/android/launcher3/provider/
H A DLauncherDbUtils.java79 new LossyScreenMigrationTask(context, LauncherAppState.getIDP(context), db)
H A DImportDataTask.java308 int myHotseatCount = LauncherAppState.getIDP(mContext).numHotseatIcons;
380 return LauncherAppState.getIDP(context).numHotseatIcons <= 5
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherIcons.java77 id, LauncherAppState.getIDP(context).fillResIconDpi), context);
89 final int iconBitmapSize = LauncherAppState.getIDP(context).iconBitmapSize;
233 final int iconBitmapSize = LauncherAppState.getIDP(context).iconBitmapSize;
H A DShadowGenerator.java59 mIconSize = LauncherAppState.getIDP(context).iconBitmapSize;
H A DIconNormalizer.java94 mMaxSize = LauncherAppState.getIDP(context).iconBitmapSize * 2;
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DGridSizeMigrationTask.java896 InvariantDeviceProfile idp = LauncherAppState.getIDP(context);
916 dbChanged = new GridSizeMigrationTask(context, LauncherAppState.getIDP(context),
979 context, LauncherAppState.getIDP(context), getValidPackages(context),
1038 return new GridSizeMigrationTask(mContext, LauncherAppState.getIDP(mContext),
H A DModelWriter.java71 ? LauncherAppState.getIDP(mContext).numHotseatIcons - cellY - 1 : cellX;
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbContainerView.java118 InvariantDeviceProfile idp = LauncherAppState.getIDP(activity);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java98 InvariantDeviceProfile profile = LauncherAppState.getIDP(context);

Completed in 193 milliseconds