Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java65 @NonNull Drawable foregroundDrawable, int srcIconSize, int iconSize, in makeIconDrawable() argument
72 if (foregroundDrawable instanceof Animatable) { in makeIconDrawable()
73 foreground = new AnimatableIconAnimateListener(foregroundDrawable); in makeIconDrawable()
74 } else if (foregroundDrawable instanceof AdaptiveIconDrawable) { in makeIconDrawable()
77 foreground = new ImmobileIconDrawable(foregroundDrawable, in makeIconDrawable()
83 new AdaptiveForegroundDrawable(foregroundDrawable), in makeIconDrawable()
248 AdaptiveForegroundDrawable(@NonNull Drawable foregroundDrawable) { in AdaptiveForegroundDrawable() argument
250 mForegroundDrawable = foregroundDrawable; in AdaptiveForegroundDrawable()
293 AnimatableIconAnimateListener(@NonNull Drawable foregroundDrawable) { in AnimatableIconAnimateListener() argument
294 super(foregroundDrawable); in AnimatableIconAnimateListener()
/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
DClockDrawableWrapper.java268 boolean applyTime(Calendar time, LayerDrawable foregroundDrawable) { in applyTime() argument
278 final Drawable hour = foregroundDrawable.getDrawable(hourLayerIndex); in applyTime()
285 final Drawable minute = foregroundDrawable.getDrawable(minuteLayerIndex); in applyTime()
292 final Drawable second = foregroundDrawable.getDrawable(secondLayerIndex); in applyTime()
/frameworks/base/graphics/java/android/graphics/drawable/
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()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...