Searched refs:getIDP (Results 1 - 18 of 18) 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.java159 public static InvariantDeviceProfile getIDP(Context context) { method in class:LauncherAppState
H A DAutoInstallsLayout.java82 InvariantDeviceProfile grid = LauncherAppState.getIDP(context);
185 mIdp = LauncherAppState.getIDP(context);
H A DAppWidgetResizeFrame.java323 InvariantDeviceProfile inv = LauncherAppState.getIDP(context);
H A DInstallShortcutReceiver.java473 InvariantDeviceProfile idp = LauncherAppState.getIDP(mContext);
H A DLauncherProvider.java569 int defaultLayout = LauncherAppState.getIDP(getContext()).defaultLayoutId;
H A DWorkspace.java1622 final Point size = LauncherAppState.getIDP(getContext()).defaultWallpaperSize;
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DPinShortcutRequestActivityInfo.java73 .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.java309 int myHotseatCount = LauncherAppState.getIDP(mContext).numHotseatIcons;
385 return LauncherAppState.getIDP(context).numHotseatIcons <= 5
/packages/apps/Launcher3/src/com/android/launcher3/model/
H A DWidgetsModel.java70 InvariantDeviceProfile idp = LauncherAppState.getIDP(context);
136 InvariantDeviceProfile idp = LauncherAppState.getIDP(context);
H A DGridSizeMigrationTask.java898 InvariantDeviceProfile idp = LauncherAppState.getIDP(context);
918 dbChanged = new GridSizeMigrationTask(context, LauncherAppState.getIDP(context),
981 context, LauncherAppState.getIDP(context), getValidPackages(context),
1040 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/graphics/
H A DLauncherIcons.java74 id, LauncherAppState.getIDP(context).fillResIconDpi), context);
86 final int iconBitmapSize = LauncherAppState.getIDP(context).iconBitmapSize;
227 final int iconBitmapSize = LauncherAppState.getIDP(context).iconBitmapSize;
H A DShadowGenerator.java57 mIconSize = LauncherAppState.getIDP(context).iconBitmapSize;
H A DIconNormalizer.java96 mMaxSize = LauncherAppState.getIDP(context).iconBitmapSize * 2;
/packages/apps/Launcher3/src/com/android/launcher3/qsb/
H A DQsbContainerView.java110 InvariantDeviceProfile idp = LauncherAppState.getIDP(activity);
/packages/apps/Launcher3/src/com/android/launcher3/folder/
H A DFolderPagedView.java100 InvariantDeviceProfile profile = LauncherAppState.getIDP(context);

Completed in 144 milliseconds