Home
last modified time | relevance | path

Searched refs:foregroundDrawable (Results 1 – 3 of 3) sorted by relevance

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java64 @NonNull Drawable foregroundDrawable, int srcIconSize, int iconSize, in makeIconDrawable() argument
71 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() argument
239 mForegroundDrawable = foregroundDrawable; in AdaptiveForegroundDrawable()
282 AnimatableIconAnimateListener(@NonNull Drawable foregroundDrawable) { in AnimatableIconAnimateListener() argument
283 super(foregroundDrawable); in AnimatableIconAnimateListener()
/aosp14/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java195 Drawable foregroundDrawable) { in AdaptiveIconDrawable() argument
196 this(backgroundDrawable, foregroundDrawable, null); in AdaptiveIconDrawable()
207 @Nullable Drawable foregroundDrawable, @Nullable Drawable monochromeDrawable) { in AdaptiveIconDrawable() argument
212 if (foregroundDrawable != null) { in AdaptiveIconDrawable()
213 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in AdaptiveIconDrawable()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...