Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java323 public final int edgeColor; field in CaptioningManager.CaptionStyle
342 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument
347 mHasEdgeColor = edgeColor != COLOR_UNSPECIFIED; in CaptionStyle()
355 this.edgeColor = mHasEdgeColor ? edgeColor : Color.BLACK; in CaptionStyle()
378 overlay.edgeColor : edgeColor; in applyStyle()
456 final int edgeColor = Secure.getInt( in getCustomStyle() local
457 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor); in getCustomStyle()
466 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java84 int centerColor, int edgeColor, @NonNull TileMode tileMode) { in RadialGradient() argument
93 mEdgeColor = edgeColor; in RadialGradient()
95 init(nativeCreate2(centerX, centerY, radius, centerColor, edgeColor, tileMode.nativeInt)); in RadialGradient()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java281 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1256 mEdgeColor = captionStyle.edgeColor; in setCaptionStyle()
DWebVttRenderer.java1858 setEdgeColor(captionStyle.edgeColor); in setCaptionStyle()
/frameworks/base/api/
Dsystem-current.txt37447 field public final int edgeColor;
Dcurrent.txt35213 field public final int edgeColor;