Searched refs:edgeColor (Results 1 – 10 of 10) sorted by relevance
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 337 public final int edgeColor; field in CaptioningManager.CaptionStyle 356 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument 361 mHasEdgeColor = hasColor(edgeColor); in CaptionStyle() 369 this.edgeColor = mHasEdgeColor ? edgeColor : Color.BLACK; in CaptionStyle() 406 overlay.edgeColor : edgeColor; in applyStyle() 484 final int edgeColor = Secure.getInt( in getCustomStyle() local 485 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor); in getCustomStyle() 494 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
|
/frameworks/base/graphics/java/android/graphics/ |
D | RadialGradient.java | 128 @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) { in RadialGradient() argument 129 this(centerX, centerY, radius, Color.pack(centerColor), Color.pack(edgeColor), tileMode); in RadialGradient() 146 @ColorLong long centerColor, @ColorLong long edgeColor, @NonNull TileMode tileMode) { in RadialGradient() argument 147 this(centerX, centerY, radius, new long[] {centerColor, edgeColor}, null, tileMode); in RadialGradient()
|
/frameworks/base/media/java/android/media/ |
D | Cea708CaptionRenderer.java | 512 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()
|
D | ClosedCaptionRenderer.java | 1297 mEdgeColor = captionStyle.edgeColor; in setCaptionStyle()
|
D | WebVttRenderer.java | 1862 setEdgeColor(captionStyle.edgeColor); in setCaptionStyle()
|
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 284 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35211 field public final int edgeColor;
|
/frameworks/base/non-updatable-api/ |
D | current.txt | 53814 field public final int edgeColor;
|
/frameworks/base/api/ |
D | current.txt | 53958 field public final int edgeColor;
|
/frameworks/base/config/ |
D | hiddenapi-greylist-max-o.txt | 35427 Landroid/media/Cea708CCParser$CaptionPenColor;->edgeColor:Landroid/media/Cea708CCParser$CaptionColo…
|