Searched refs:foregroundDrawable (Results 1 – 3 of 3) sorted by relevance
64 @NonNull Drawable foregroundDrawable, int srcIconSize, int iconSize, in makeIconDrawable() argument71 if (foregroundDrawable instanceof Animatable) { in makeIconDrawable()72 foreground = new AnimatableIconAnimateListener(foregroundDrawable); in makeIconDrawable()73 } else if (foregroundDrawable instanceof AdaptiveIconDrawable) { in makeIconDrawable()76 foreground = new ImmobileIconDrawable(foregroundDrawable, in makeIconDrawable()82 new AdaptiveForegroundDrawable(foregroundDrawable), in makeIconDrawable()237 AdaptiveForegroundDrawable(@NonNull Drawable foregroundDrawable) { in AdaptiveForegroundDrawable() argument239 mForegroundDrawable = foregroundDrawable; in AdaptiveForegroundDrawable()282 AnimatableIconAnimateListener(@NonNull Drawable foregroundDrawable) { in AnimatableIconAnimateListener() argument283 super(foregroundDrawable); in AnimatableIconAnimateListener()
195 Drawable foregroundDrawable) { in AdaptiveIconDrawable() argument196 this(backgroundDrawable, foregroundDrawable, null); in AdaptiveIconDrawable()207 @Nullable Drawable foregroundDrawable, @Nullable Drawable monochromeDrawable) { in AdaptiveIconDrawable() argument212 if (foregroundDrawable != null) { in AdaptiveIconDrawable()213 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in AdaptiveIconDrawable()
AndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...