Searched defs:foregroundColor (Results 1 – 7 of 7) sorted by relevance
69 private static int findContrastColorAgainstLightBackground( in findContrastColorAgainstLightBackground()104 private static int findContrastColorAgainstDarkBackground( in findContrastColorAgainstDarkBackground()137 private static int getContrastedForegroundColor( in getContrastedForegroundColor()
41 public void setColors(final int foregroundColor, final int backgroundColor) { in setColors()
214 public final CaptionColor foregroundColor; field in Cea708Data.CaptionPenColor219 CaptionColor foregroundColor, in CaptionPenColor()
635 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue); in parseC1() local
324 final int foregroundColor = attrs.hasForegroundColor() ? in updateAllPreferences() local
351 final int foregroundColor = attrs.hasForegroundColor() ? in updateAllPreferences() local
452 int foregroundColor = res.getColor(R.color.shape_option_tile_foreground_color, theme); in bindThumbnailTile() local