Home
last modified time | relevance | path

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

/aosp12/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java62 @NonNull Drawable foregroundDrawable, int srcIconSize, int iconSize, in makeIconDrawable() argument
69 if (foregroundDrawable instanceof Animatable) { in makeIconDrawable()
70 foreground = new AnimatableIconAnimateListener(foregroundDrawable); in makeIconDrawable()
71 } else if (foregroundDrawable instanceof AdaptiveIconDrawable) { in makeIconDrawable()
74 foreground = new ImmobileIconDrawable(foregroundDrawable, in makeIconDrawable()
80 new AdaptiveForegroundDrawable(foregroundDrawable), in makeIconDrawable()
230 AdaptiveForegroundDrawable(@NonNull Drawable foregroundDrawable) { in AdaptiveForegroundDrawable() argument
232 mForegroundDrawable = foregroundDrawable; in AdaptiveForegroundDrawable()
274 AnimatableIconAnimateListener(@NonNull Drawable foregroundDrawable) { in AnimatableIconAnimateListener() argument
275 super(foregroundDrawable); in AnimatableIconAnimateListener()
/aosp12/packages/apps/Messaging/src/com/android/messaging/ui/mediapicker/
H A DAudioRecordView.java227 final Drawable foregroundDrawable = getResources().getDrawable(R.drawable.ic_mp_audio_mic); in updateRecordButtonAppearance() local
231 foregroundDrawable.setColorFilter(Color.WHITE, PorterDuff.Mode.SRC_ATOP); in updateRecordButtonAppearance()
234 foregroundDrawable.setColorFilter(mThemeColor, PorterDuff.Mode.SRC_ATOP); in updateRecordButtonAppearance()
237 mRecordButtonVisual.setImageDrawable(foregroundDrawable); in updateRecordButtonAppearance()
/aosp12/frameworks/libs/systemui/iconloaderlib/src/com/android/launcher3/icons/
H A DClockDrawableWrapper.java240 boolean applyTime(Calendar time, LayerDrawable foregroundDrawable) { in applyTime() argument
250 final Drawable hour = foregroundDrawable.getDrawable(hourLayerIndex); in applyTime()
257 final Drawable minute = foregroundDrawable.getDrawable(minuteLayerIndex); in applyTime()
264 final Drawable second = foregroundDrawable.getDrawable(secondLayerIndex); in applyTime()
/aosp12/packages/apps/ThemePicker/src/com/android/customization/widget/
H A DDynamicAdaptiveIconDrawable.java138 Drawable foregroundDrawable, Path iconMask) { in DynamicAdaptiveIconDrawable() argument
143 if (foregroundDrawable != null) { in DynamicAdaptiveIconDrawable()
144 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in DynamicAdaptiveIconDrawable()
/aosp12/frameworks/base/graphics/java/android/graphics/drawable/
H A DAdaptiveIconDrawable.java190 Drawable foregroundDrawable) { in AdaptiveIconDrawable() argument
195 if (foregroundDrawable != null) { in AdaptiveIconDrawable()
196 addLayer(FOREGROUND_ID, createChildDrawable(foregroundDrawable)); in AdaptiveIconDrawable()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...