Searched refs:BaseIconFactory (Results 1 – 8 of 8) sorted by relevance
18 import static com.android.launcher3.icons.BaseIconFactory.getFullResDefaultActivityIcon;45 import com.android.launcher3.icons.BaseIconFactory;144 protected abstract BaseIconFactory getIconFactory(); in getIconFactory()184 try (BaseIconFactory li = getIconFactory()) { in makeDefaultIcon()393 BaseIconFactory li = getIconFactory(); in cachePackageInstallInfo()432 BaseIconFactory li = getIconFactory(); in getEntryForPackageLocked()
30 public class BaseIconFactory implements AutoCloseable { class54 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize, in BaseIconFactory() method in BaseIconFactory69 protected BaseIconFactory(Context context, int fillResIconDpi, int iconBitmapSize) { in BaseIconFactory() method in BaseIconFactory
241 if (BaseIconFactory.ATLEAST_OREO && d instanceof AdaptiveIconDrawable) { in getScale()
58 import com.android.launcher3.icons.BaseIconFactory;100 BaseIconFactory iconFactory = in LauncherPreviewRenderer()101 new BaseIconFactory(context, mIdp.fillResIconDpi, mIdp.iconBitmapSize) { }; in LauncherPreviewRenderer()
25 public class IconFactory extends BaseIconFactory {
91 protected BaseIconFactory getIconFactory() { in getIconFactory()
46 public class LauncherIcons extends BaseIconFactory implements AutoCloseable {
96 protected BaseIconFactory getIconFactory() { in getIconFactory()