Searched refs:themeColor (Results 1 – 3 of 3) sorted by relevance
243 final int themeColor = themedContext.getColor( in updateThemeColors() local246 adjustColor(Color.red(themeColor)), in updateThemeColors()247 adjustColor(Color.green(themeColor)), in updateThemeColors()248 adjustColor(Color.blue(themeColor))}; in updateThemeColors()
57 static Drawable[] makeIconDrawable(@ColorInt int backgroundColor, @ColorInt int themeColor, in makeIconDrawable() argument63 backgroundColor != Color.TRANSPARENT && backgroundColor != themeColor; in makeIconDrawable()
246 final int themeColor = a.getColor( in EdgeEffect() local253 mPaint.setColor((themeColor & 0xffffff) | 0x33000000); in EdgeEffect()