Home
last modified time | relevance | path

Searched refs:edgeColor (Results 1 – 9 of 9) sorted by relevance

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java335 public final int edgeColor; field in CaptioningManager.CaptionStyle
354 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument
359 mHasEdgeColor = hasColor(edgeColor); in CaptionStyle()
367 this.edgeColor = mHasEdgeColor ? edgeColor : Color.BLACK; in CaptionStyle()
404 overlay.edgeColor : edgeColor; in applyStyle()
482 final int edgeColor = Secure.getInt( in getCustomStyle() local
483 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor); in getCustomStyle()
492 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java89 @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) { in RadialGradient() argument
98 mEdgeColor = edgeColor; in RadialGradient()
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java512 CaptionColor edgeColor = new CaptionColor( in parseC1() local
516 new CaptionPenColor(foregroundColor, backgroundColor, edgeColor))); in parseC1()
520 foregroundColor, backgroundColor, edgeColor)); in parseC1()
919 public final CaptionColor edgeColor; field in Cea708CCParser.CaptionPenColor
922 CaptionColor edgeColor) { in CaptionPenColor() argument
925 this.edgeColor = edgeColor; in CaptionPenColor()
2147 ? style.edgeColor : DEFAULT_CAPTION_STYLE.edgeColor); in setCaptionStyle()
DClosedCaptionRenderer.java1297 mEdgeColor = captionStyle.edgeColor; in setCaptionStyle()
DWebVttRenderer.java1860 setEdgeColor(captionStyle.edgeColor); in setCaptionStyle()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java281 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35211 field public final int edgeColor;
/frameworks/base/api/
Dcurrent.txt47309 field public final int edgeColor;
Dsystem-current.txt50852 field public final int edgeColor;