[go: nahoru, domu]

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

/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java80 @param edgeColor The color at the edge of the circle.
84 int centerColor, int edgeColor, @NonNull TileMode tileMode) {
93 mEdgeColor = edgeColor;
95 init(nativeCreate2(centerX, centerY, radius, centerColor, edgeColor, tileMode.nativeInt));
83 RadialGradient(float centerX, float centerY, float radius, int centerColor, int edgeColor, @NonNull TileMode tileMode) argument
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java340 public final int edgeColor; field in class:CaptioningManager.CaptionStyle
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, argument
364 mHasEdgeColor = hasColor(edgeColor);
372 this.edgeColor = mHasEdgeColor ? edgeColor : Color.BLACK;
409 overlay.edgeColor : edgeColor;
487 final int edgeColor = Secure.getInt(
488 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor);
497 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 100 milliseconds