Home
last modified time | relevance | path

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

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