Searched refs:colorForeground (Results 1 – 8 of 8) sorted by relevance
57 R.attr.suwNavBarTheme, android.R.attr.colorForeground, android.R.attr.colorBackground in getNavbarTheme()60 @StyleableRes int colorForeground = 1; in getNavbarTheme() local68 Color.colorToHSV(attributes.getColor(colorForeground, 0), foregroundHsv); in getNavbarTheme()
89 vec4 colorForeground = foreground.eval(uvTextureFgd);118 color.rgb = normalBlend(color.rgb, colorForeground.rgb, colorForeground.a);
59 vec4 colorForeground = foreground.eval(adjustedUvForeground);85 color.rgb = normalBlend(color.rgb, colorForeground.rgb, colorForeground.a);
115 val colorForeground = getColor(context, R.attr.colorForeground) constant
178 int colorForeground = mForegroundPaint.getColor(); in setTintList() local180 if (colorForeground != mForegroundPaint.getColor()) invalidateSelf(); in setTintList()
418 field public static final int colorForeground = 16842800; // 0x1010030
630 field public static final int colorForeground = 16842800; // 0x1010030
74982 Lcom/android/internal/R$attr;->colorForeground:I