Searched refs:edgeColor (Results 1 – 7 of 7) sorted by relevance
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 323 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/ |
D | RadialGradient.java | 84 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/ |
D | SubtitleView.java | 281 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()
|
/frameworks/base/media/java/android/media/ |
D | ClosedCaptionRenderer.java | 1256 mEdgeColor = captionStyle.edgeColor; in setCaptionStyle()
|
D | WebVttRenderer.java | 1858 setEdgeColor(captionStyle.edgeColor); in setCaptionStyle()
|
/frameworks/base/api/ |
D | system-current.txt | 37447 field public final int edgeColor;
|
D | current.txt | 35213 field public final int edgeColor;
|