D | AdaptiveIconDrawable.java | 82 public class AdaptiveIconDrawable extends Drawable implements Drawable.Callback { class 150 AdaptiveIconDrawable() { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 158 AdaptiveIconDrawable(@Nullable LayerState state, @Nullable Resources res) { in AdaptiveIconDrawable() method in AdaptiveIconDrawable 194 public AdaptiveIconDrawable(Drawable backgroundDrawable, in AdaptiveIconDrawable() method in AdaptiveIconDrawable 206 public AdaptiveIconDrawable(@Nullable Drawable backgroundDrawable, in AdaptiveIconDrawable() method in AdaptiveIconDrawable 933 ChildDrawable(@NonNull ChildDrawable orig, @NonNull AdaptiveIconDrawable owner, in ChildDrawable() 999 LayerState(@Nullable LayerState orig, @NonNull AdaptiveIconDrawable owner, in LayerState() 1054 return new AdaptiveIconDrawable(this, null); in newDrawable() 1059 return new AdaptiveIconDrawable(this, res); in newDrawable()
|