Home
last modified time | relevance | path

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

/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/onehanded/
DOneHandedBackgroundPanelOrganizer.java243 final int themeColor = themedContext.getColor( in updateThemeColors() local
246 adjustColor(Color.red(themeColor)), in updateThemeColors()
247 adjustColor(Color.green(themeColor)), in updateThemeColors()
248 adjustColor(Color.blue(themeColor))}; in updateThemeColors()
/frameworks/base/libs/WindowManager/Shell/src/com/android/wm/shell/startingsurface/
DSplashscreenIconDrawableFactory.java57 static Drawable[] makeIconDrawable(@ColorInt int backgroundColor, @ColorInt int themeColor, in makeIconDrawable() argument
63 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()