Searched refs:themeColor (Results 1 – 2 of 2) sorted by relevance
64 static Drawable[] makeIconDrawable(@ColorInt int backgroundColor, @ColorInt int themeColor, in makeIconDrawable() argument70 backgroundColor != Color.TRANSPARENT && backgroundColor != themeColor; in makeIconDrawable()
246 final int themeColor = a.getColor( in EdgeEffect() local253 mPaint.setColor((themeColor & 0xffffff) | 0x33000000); in EdgeEffect()