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

/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java318 public final int foregroundColor; field in class:CaptioningManager.CaptionStyle
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, argument
361 mHasForegroundColor = hasColor(foregroundColor);
369 this.foregroundColor = mHasForegroundColor ? foregroundColor : Color.WHITE;
403 overlay.foregroundColor : foregroundColor;
481 final int foregroundColor = Secure.getInt(
482 cr, Secure.ACCESSIBILITY_CAPTIONING_FOREGROUND_COLOR, defStyle.foregroundColor);
497 return new CaptionStyle(foregroundColor, backgroundColo
[all...]
/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java277 style.foregroundColor : defStyle.foregroundColor;
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java501 CaptionColor foregroundColor = new CaptionColor(opacity, red, green, blue);
516 new CaptionPenColor(foregroundColor, backgroundColor, edgeColor)));
519 "CaptionCommand SPC foregroundColor %s backgroundColor %s edgeColor %s",
520 foregroundColor, backgroundColor, edgeColor));
917 public final CaptionColor foregroundColor; field in class:Cea708CCParser.CaptionPenColor
921 public CaptionPenColor(CaptionColor foregroundColor, CaptionColor backgroundColor, argument
923 this.foregroundColor = foregroundColor;
2141 ? style.foregroundColor : DEFAULT_CAPTION_STYLE.foregroundColor);
[all...]
H A DTtmlRenderer.java695 mTextView.setTextColor(captionManager.getUserStyle().foregroundColor);
H A DClosedCaptionRenderer.java1294 mTextColor = captionStyle.foregroundColor;
H A DWebVttRenderer.java1859 setForegroundColor(captionStyle.foregroundColor);
/frameworks/ex/common/java/com/android/ex/editstyledtext/
H A DEditStyledText.java1220 int foregroundColor;
1222 foregroundColor = mColorWaitInput;
1224 foregroundColor = mEST.getForegroundColor(min);
1229 "--- fg:" + Integer.toHexString(foregroundColor) + ",bg:"
1233 if (foregroundColor == backgroundColor) {
/frameworks/base/core/java/android/text/
H A DHtml.java1306 public Foreground(int foregroundColor) { argument
1307 mForegroundColor = foregroundColor;
/frameworks/base/core/java/android/app/
H A DNotification.java3840 int foregroundColor = originalSpan.getForegroundColor();
3841 foregroundColor = NotificationColorUtil.ensureLargeTextContrast(
3842 foregroundColor, background);
3843 resultSpan = new ForegroundColorSpan(foregroundColor);
3845 outResultColor[0] = ColorStateList.valueOf(foregroundColor);

Completed in 279 milliseconds