Home
last modified time | relevance | path

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

/aosp14/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
H A DSplashscreenIconDrawableFactory.java63 static Drawable[] makeIconDrawable(@ColorInt int backgroundColor, @ColorInt int themeColor, in makeIconDrawable() argument
69 backgroundColor != Color.TRANSPARENT && backgroundColor != themeColor; in makeIconDrawable()
/aosp14/frameworks/base/core/java/android/widget/
H A DEdgeEffect.java246 final int themeColor = a.getColor( in EdgeEffect() local
253 mPaint.setColor((themeColor & 0xffffff) | 0x33000000); in EdgeEffect()