/aosp14/frameworks/base/core/java/android/view/accessibility/ |
H A D | CaptioningManager.java | 441 public final int edgeColor; field in CaptioningManager.CaptionStyle 460 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument 465 mHasEdgeColor = hasColor(edgeColor); in CaptionStyle() 473 this.edgeColor = mHasEdgeColor ? edgeColor : Color.BLACK; in CaptionStyle() 510 overlay.edgeColor : edgeColor; in applyStyle() 588 final int edgeColor = Secure.getInt( in getCustomStyle() local 589 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor); in getCustomStyle() 598 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
|
/aosp14/frameworks/base/graphics/java/android/graphics/ |
H A D | RadialGradient.java | 190 @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) { in RadialGradient() argument 191 this(centerX, centerY, radius, Color.pack(centerColor), Color.pack(edgeColor), tileMode); in RadialGradient() 208 @ColorLong long centerColor, @ColorLong long edgeColor, @NonNull TileMode tileMode) { in RadialGradient() argument 209 this(centerX, centerY, radius, new long[] {centerColor, edgeColor}, null, tileMode); in RadialGradient()
|
/aosp14/frameworks/base/media/java/android/media/ |
H A 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()
|
H A D | ClosedCaptionRenderer.java | 1297 mEdgeColor = captionStyle.edgeColor; in setCaptionStyle()
|
H A D | WebVttRenderer.java | 1862 setEdgeColor(captionStyle.edgeColor); in setCaptionStyle()
|
/aosp14/frameworks/base/core/java/com/android/internal/widget/ |
H A D | SubtitleView.java | 285 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()
|
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
H A D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/aosp14/frameworks/base/core/api/ |
H A D | current.txt | 54751 field public final int edgeColor;
|
/aosp14/frameworks/base/boot/hiddenapi/ |
H A D | hiddenapi-max-target-o.txt | 25298 Landroid/media/Cea708CCParser$CaptionPenColor;->edgeColor:Landroid/media/Cea708CCParser$CaptionColo…
|