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

/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java301 public final int foregroundColor; field in class:CaptioningManager.CaptionStyle
342 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, argument
344 mHasForegroundColor = foregroundColor != COLOR_UNSPECIFIED;
352 this.foregroundColor = mHasForegroundColor ? foregroundColor : Color.WHITE;
372 overlay.foregroundColor : foregroundColor;
450 final int foregroundColor = Secure.getInt(
451 cr, Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, defStyle.foregroundColor);
466 return new CaptionStyle(foregroundColor, backgroundColo
[all...]

Completed in 364 milliseconds