Home
last modified time | relevance | path

Searched refs:foregroundColor (Results 1 – 13 of 13) 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() argument
361 mHasForegroundColor = hasColor(foregroundColor); in CaptionStyle()
369 this.foregroundColor = mHasForegroundColor ? foregroundColor : Color.WHITE; in CaptionStyle()
403 overlay.foregroundColor : foregroundColor; in applyStyle()
481 final int foregroundColor = Secure.getInt( in getCustomStyle() local
482 cr, Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, defStyle.foregroundColor); in getCustomStyle()
497 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java501 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue); in parseC1() local
516 new CaptionPenColor(foregroundColor, backgroundColor, edgeColor))); in parseC1()
520 foregroundColor, backgroundColor, edgeColor)); in parseC1()
917 public final CaptionColor foregroundColor; field in Cea708CCParser.CaptionPenColor
921 public CaptionPenColor(CaptionColor foregroundColor, CaptionColor backgroundColor, in CaptionPenColor() argument
923 this.foregroundColor = foregroundColor; in CaptionPenColor()
2141 ? style.foregroundColor : DEFAULT_CAPTION_STYLE.foregroundColor); in setCaptionStyle()
DTtmlRenderer.java695 mTextView.setTextColor(captionManager.getUserStyle().foregroundColor); in TtmlRenderingWidget()
DClosedCaptionRenderer.java1294 mTextColor = captionStyle.foregroundColor; in setCaptionStyle()
DWebVttRenderer.java1859 setForegroundColor(captionStyle.foregroundColor); in setCaptionStyle()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java277 style.foregroundColor : defStyle.foregroundColor; in setStyle()
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java1220 int foregroundColor; in setTextComposingMask() local
1222 foregroundColor = mColorWaitInput; in setTextComposingMask()
1224 foregroundColor = mEST.getForegroundColor(min); in setTextComposingMask()
1229 "--- fg:" + Integer.toHexString(foregroundColor) + ",bg:" in setTextComposingMask()
1233 if (foregroundColor == backgroundColor) { in setTextComposingMask()
/frameworks/base/core/java/android/text/
DHtml.java1306 public Foreground(int foregroundColor) { in Foreground() argument
1307 mForegroundColor = foregroundColor; in Foreground()
/frameworks/base/core/java/android/app/
DNotification.java3840 int foregroundColor = originalSpan.getForegroundColor(); in ensureColorSpanContrast() local
3841 foregroundColor = NotificationColorUtil.ensureLargeTextContrast( in ensureColorSpanContrast()
3842 foregroundColor, background); in ensureColorSpanContrast()
3843 resultSpan = new ForegroundColorSpan(foregroundColor); in ensureColorSpanContrast()
3845 outResultColor[0] = ColorStateList.valueOf(foregroundColor); in ensureColorSpanContrast()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35213 field public final int foregroundColor;
/frameworks/base/api/
Dcurrent.txt44388 field public final int foregroundColor;
Dsystem-current.txt47568 field public final int foregroundColor;
Dtest-current.txt44474 field public final int foregroundColor;