Home
last modified time | relevance | path

Searched defs:foregroundColor (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java318 public final int foregroundColor; field in CaptioningManager.CaptionStyle
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle()
481 final int foregroundColor = Secure.getInt( in getCustomStyle() local
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java501 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue); in parseC1() local
917 public final CaptionColor foregroundColor; field in Cea708CCParser.CaptionPenColor
921 public CaptionPenColor(CaptionColor foregroundColor, CaptionColor backgroundColor, in CaptionPenColor()
/frameworks/base/core/java/android/text/
DHtml.java1306 public Foreground(int foregroundColor) { in Foreground()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java1220 int foregroundColor; in setTextComposingMask() local
/frameworks/base/core/java/android/app/
DNotification.java3836 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast() local