Home
last modified time | relevance | path

Searched refs:adaptiveIconDrawable (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/packages/SystemUI/accessibility/accessibilitymenu/src/com/android/systemui/accessibility/accessibilitymenu/utils/
DShortcutDrawableUtils.java91 AdaptiveIconDrawable adaptiveIconDrawable = in createAdaptiveIconDrawable() local
94 Drawable[] layers = {adaptiveIconDrawable, rippleLayer}; in createAdaptiveIconDrawable()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenContentDrawer.java669 final AdaptiveIconDrawable adaptiveIconDrawable = (AdaptiveIconDrawable) iconDrawable; in processAdaptiveIcon() local
670 final Drawable iconForeground = adaptiveIconDrawable.getForeground(); in processAdaptiveIcon()
676 () -> new DrawableColorTester(adaptiveIconDrawable.getBackground())); in processAdaptiveIcon()