Home
last modified time | relevance | path

Searched refs:fillResIconDpi (Results 1 – 8 of 8) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/icons/
DLauncherIcons.java61 return new LauncherIcons(context, idp.fillResIconDpi, idp.iconBitmapSize, poolId, in obtain()
76 protected LauncherIcons(Context context, int fillResIconDpi, int iconBitmapSize, int poolId, in LauncherIcons() argument
78 super(context, fillResIconDpi, iconBitmapSize, shapeDetection); in LauncherIcons()
DShortcutCachingLogic.java72 context, info, LauncherAppState.getIDP(context).fillResIconDpi); in loadIcon()
DIconCache.java90 idp.fillResIconDpi, idp.iconBitmapSize, true /* inMemoryCache */); in IconCache()
/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DLauncherPreviewRenderer.java179 return new LauncherIconsForPreview(context, mIdp.fillResIconDpi, mIdp.iconBitmapSize, in newLauncherIcons()
185 private LauncherIconsForPreview(Context context, int fillResIconDpi, int iconBitmapSize, in LauncherIconsForPreview() argument
187 super(context, fillResIconDpi, iconBitmapSize, poolId, shapeDetection); in LauncherIconsForPreview()
237 new BaseIconFactory(context, mIdp.fillResIconDpi, mIdp.iconBitmapSize) { }; in LauncherPreviewRenderer()
/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
DPinShortcutRequestActivityInfo.java78 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
/packages/apps/Launcher3/src/com/android/launcher3/
DInvariantDeviceProfile.java104 public int fillResIconDpi; field in InvariantDeviceProfile
298 fillResIconDpi = getLauncherIconDensity(iconBitmapSize); in initGrid()
DLauncherAppState.java157 mInvariantDeviceProfile.fillResIconDpi, mInvariantDeviceProfile.iconBitmapSize); in refreshAndReloadLauncher()
DUtilities.java680 activityInfo, launcher.getDeviceProfile().inv.fillResIconDpi); in loadFullDrawableWithoutTheme()
696 appState.getInvariantDeviceProfile().fillResIconDpi); in loadFullDrawableWithoutTheme()