Searched defs:edgeColor (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java85 * @param edgeColor The color at the edge of the circle.
89 @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) {
98 mEdgeColor = edgeColor;
88 RadialGradient(float centerX, float centerY, float radius, @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) argument
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java335 public final int edgeColor; field in class:CaptioningManager.CaptionStyle
354 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, argument
359 mHasEdgeColor = hasColor(edgeColor);
367 this.edgeColor = mHasEdgeColor ? edgeColor : Color.BLACK;
404 overlay.edgeColor : edgeColor;
482 final int edgeColor = Secure.getInt(
483 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor);
492 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor,
[all...]
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java512 CaptionColor edgeColor = new CaptionColor(
516 new CaptionPenColor(foregroundColor, backgroundColor, edgeColor)));
519 "CaptionCommand SPC foregroundColor %s backgroundColor %s edgeColor %s",
520 foregroundColor, backgroundColor, edgeColor));
919 public final CaptionColor edgeColor; field in class:Cea708CCParser.CaptionPenColor
922 CaptionColor edgeColor) {
925 this.edgeColor = edgeColor;
2147 ? style.edgeColor : DEFAULT_CAPTION_STYLE.edgeColor);
921 CaptionPenColor(CaptionColor foregroundColor, CaptionColor backgroundColor, CaptionColor edgeColor) argument
[all...]

Completed in 255 milliseconds