Searched refs:foregroundColor (Results 1 – 13 of 13) sorted by relevance
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 318 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/ |
D | Cea708CaptionRenderer.java | 501 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()
|
D | TtmlRenderer.java | 695 mTextView.setTextColor(captionManager.getUserStyle().foregroundColor); in TtmlRenderingWidget()
|
D | ClosedCaptionRenderer.java | 1294 mTextColor = captionStyle.foregroundColor; in setCaptionStyle()
|
D | WebVttRenderer.java | 1859 setForegroundColor(captionStyle.foregroundColor); in setCaptionStyle()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 277 style.foregroundColor : defStyle.foregroundColor; in setStyle()
|
/frameworks/ex/common/java/com/android/ex/editstyledtext/ |
D | EditStyledText.java | 1220 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/ |
D | Html.java | 1306 public Foreground(int foregroundColor) { in Foreground() argument 1307 mForegroundColor = foregroundColor; in Foreground()
|
/frameworks/base/core/java/android/app/ |
D | Notification.java | 3840 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/ |
D | android-22.txt | 35213 field public final int foregroundColor;
|
/frameworks/base/api/ |
D | current.txt | 44388 field public final int foregroundColor;
|
D | system-current.txt | 47568 field public final int foregroundColor;
|
D | test-current.txt | 44474 field public final int foregroundColor;
|