Searched refs:fillResIconDpi (Results 1 – 8 of 8) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/icons/ |
D | LauncherIcons.java | 61 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()
|
D | ShortcutCachingLogic.java | 72 context, info, LauncherAppState.getIDP(context).fillResIconDpi); in loadIcon()
|
D | IconCache.java | 90 idp.fillResIconDpi, idp.iconBitmapSize, true /* inMemoryCache */); in IconCache()
|
/packages/apps/Launcher3/src/com/android/launcher3/graphics/ |
D | LauncherPreviewRenderer.java | 179 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/ |
D | PinShortcutRequestActivityInfo.java | 78 .getShortcutIconDrawable(mInfo, LauncherAppState.getIDP(mContext).fillResIconDpi); in getFullResIcon()
|
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | InvariantDeviceProfile.java | 104 public int fillResIconDpi; field in InvariantDeviceProfile 298 fillResIconDpi = getLauncherIconDensity(iconBitmapSize); in initGrid()
|
D | LauncherAppState.java | 157 mInvariantDeviceProfile.fillResIconDpi, mInvariantDeviceProfile.iconBitmapSize); in refreshAndReloadLauncher()
|
D | Utilities.java | 680 activityInfo, launcher.getDeviceProfile().inv.fillResIconDpi); in loadFullDrawableWithoutTheme() 696 appState.getInvariantDeviceProfile().fillResIconDpi); in loadFullDrawableWithoutTheme()
|