Searched refs:FolderAdaptiveIcon (Results 1 – 5 of 5) sorted by relevance
46 public class FolderAdaptiveIcon extends AdaptiveIconDrawable { class54 private FolderAdaptiveIcon(Drawable bg, Drawable fg, Drawable badge, Path mask) { in FolderAdaptiveIcon() method in FolderAdaptiveIcon72 public static @Nullable FolderAdaptiveIcon createFolderAdaptiveIcon( in createFolderAdaptiveIcon()90 private static FolderAdaptiveIcon createDrawableOnUiThread(FolderIcon icon, in createDrawableOnUiThread()144 return new FolderAdaptiveIcon(background, foreground, badge, mask); in createDrawableOnUiThread()167 return new FolderAdaptiveIcon(mBg.newDrawable(), mFg.newDrawable(), in newDrawable()
233 final boolean shouldDrawBackground = !(dr instanceof FolderAdaptiveIcon); in setItemInfo()
76 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;716 FolderAdaptiveIcon icon = FolderAdaptiveIcon.createFolderAdaptiveIcon( in loadFullDrawableWithoutTheme()758 return ((FolderAdaptiveIcon) obj).getBadge(); in getBadge()
53 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;275 boolean isFolderIcon = drawable instanceof FolderAdaptiveIcon; in setIcon()
52 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;416 || (drawable instanceof FolderAdaptiveIcon)) { in getOffsetForIconBounds()