Home
last modified time | relevance | path

Searched refs:FolderAdaptiveIcon (Results 1 – 5 of 5) sorted by relevance

/aosp12/packages/apps/Launcher3/src/com/android/launcher3/dragndrop/
H A DFolderAdaptiveIcon.java46 public class FolderAdaptiveIcon extends AdaptiveIconDrawable { class
54 private FolderAdaptiveIcon(Drawable bg, Drawable fg, Drawable badge, Path mask) { in FolderAdaptiveIcon() method in FolderAdaptiveIcon
72 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()
H A DDragView.java233 final boolean shouldDrawBackground = !(dr instanceof FolderAdaptiveIcon); in setItemInfo()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/
H A DUtilities.java76 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;
716 FolderAdaptiveIcon icon = FolderAdaptiveIcon.createFolderAdaptiveIcon( in loadFullDrawableWithoutTheme()
758 return ((FolderAdaptiveIcon) obj).getBadge(); in getBadge()
/aosp12/packages/apps/Launcher3/src/com/android/launcher3/views/
H A DClipIconView.java53 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;
275 boolean isFolderIcon = drawable instanceof FolderAdaptiveIcon; in setIcon()
H A DFloatingIconView.java52 import com.android.launcher3.dragndrop.FolderAdaptiveIcon;
416 || (drawable instanceof FolderAdaptiveIcon)) { in getOffsetForIconBounds()