Home
last modified time | relevance | path

Searched refs:BaseIconFactory (Results 1 – 16 of 16) sorted by relevance

/aosp12/packages/apps/Launcher3/quickstep/src/com/android/quickstep/
H A DTaskIconCache.java39 import com.android.launcher3.icons.BaseIconFactory;
69 private BaseIconFactory mIconFactory;
215 try (BaseIconFactory bif = getIconFactory()) { in getDefaultIcon()
227 try (BaseIconFactory bif = getIconFactory()) { in getBitmapInfo()
238 private BaseIconFactory getIconFactory() { in getIconFactory()
240 mIconFactory = new BaseIconFactory(mContext, in getIconFactory()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/cache/
H A DBaseIconCache.java18 import static com.android.launcher3.icons.BaseIconFactory.getFullResDefaultActivityIcon;
50 import com.android.launcher3.icons.BaseIconFactory;
141 public abstract BaseIconFactory getIconFactory(); in getIconFactory()
181 try (BaseIconFactory li = getIconFactory()) { in makeDefaultIcon()
411 BaseIconFactory li = getIconFactory(); in cachePackageInstallInfo()
450 BaseIconFactory li = getIconFactory(); in getEntryForPackageLocked()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/bubbles/
H A DBubbleIconFactory.java34 import com.android.launcher3.icons.BaseIconFactory;
45 public class BubbleIconFactory extends BaseIconFactory {
/aosp12/frameworks/base/packages/SettingsLib/src/com/android/settingslib/notification/
H A DConversationIconFactory.java34 import com.android.launcher3.icons.BaseIconFactory;
44 public class ConversationIconFactory extends BaseIconFactory {
/aosp12/frameworks/libs/systemui/iconloaderlib/src_full_lib/com/android/launcher3/icons/
H A DIconFactory.java25 public class IconFactory extends BaseIconFactory {
H A DSimpleIconCache.java91 public BaseIconFactory getIconFactory() { in getIconFactory()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/icons/
H A DLauncherIcons.java29 public class LauncherIcons extends BaseIconFactory implements AutoCloseable {
H A DIconCache.java126 public BaseIconFactory getIconFactory() { in getIconFactory()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DBaseIconFactory.java36 public class BaseIconFactory implements AutoCloseable { class
68 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in BaseIconFactory() method in BaseIconFactory
87 public BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in BaseIconFactory() method in BaseIconFactory
H A DThemedIconDrawable.java194 try (BaseIconFactory iconFactory = iconCache.getIconFactory()) { in decode()
259 public BitmapInfo getExtendedInfo(Bitmap bitmap, int color, BaseIconFactory iconFactory, in getExtendedInfo()
H A DBitmapInfo.java151 BaseIconFactory iconFactory, float normalizationScale, UserHandle user); in getExtendedInfo()
H A DIconNormalizer.java241 if (BaseIconFactory.ATLEAST_OREO && d instanceof AdaptiveIconDrawable) { in getScale()
H A DClockDrawableWrapper.java193 BaseIconFactory iconFactory, float normalizationScale, UserHandle user) { in getExtendedInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/graphics/
H A DLauncherPreviewRenderer.java72 import com.android.launcher3.icons.BaseIconFactory;
203 BaseIconFactory iconFactory = in LauncherPreviewRenderer()
204 new BaseIconFactory(context, mIdp.fillResIconDpi, mIdp.iconBitmapSize) { }; in LauncherPreviewRenderer()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/widget/
H A DWidgetCell.java51 import com.android.launcher3.icons.BaseIconFactory;
376 BaseIconFactory.getBadgeSizeForIconSize( in showBadge()
/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenContentDrawer.java64 import com.android.launcher3.icons.BaseIconFactory;
407 private class ShapeIconFactory extends BaseIconFactory {