Searched refs:FolderAdaptiveIcon (Results 1 – 3 of 3) sorted by relevance
50 public class FolderAdaptiveIcon extends AdaptiveIconDrawable { class58 private FolderAdaptiveIcon(Drawable bg, Drawable fg, Drawable badge, Path mask) { in FolderAdaptiveIcon() method in FolderAdaptiveIcon76 public static @Nullable FolderAdaptiveIcon createFolderAdaptiveIcon( in createFolderAdaptiveIcon()132 return new FolderAdaptiveIcon( in createFolderAdaptiveIcon()192 return new FolderAdaptiveIcon(mBg.newDrawable(), mFg.newDrawable(), in newDrawable()
49 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;232 boolean isFolderIcon = drawable instanceof FolderAdaptiveIcon; in setIcon()
83 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;630 FolderAdaptiveIcon icon = FolderAdaptiveIcon.createFolderAdaptiveIcon( in getFullDrawable()