Home
last modified time | relevance | path

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

/aosp12/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java337 public final int edgeColor; field in CaptioningManager.CaptionStyle
356 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument
361 mHasEdgeColor = hasColor(edgeColor); in CaptionStyle()
369 this.edgeColor = mHasEdgeColor ? edgeColor : Color.BLACK; in CaptionStyle()
406 overlay.edgeColor : edgeColor; in applyStyle()
484 final int edgeColor = Secure.getInt( in getCustomStyle() local
485 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_COLOR, defStyle.edgeColor); in getCustomStyle()
494 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
/aosp12/frameworks/base/graphics/java/android/graphics/
H A DRadialGradient.java190 @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()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
H A DCea708Data.java216 public final CaptionColor edgeColor; field in Cea708Data.CaptionPenColor
221 CaptionColor edgeColor) { in CaptionPenColor() argument
224 this.edgeColor = edgeColor; in CaptionPenColor()
H A DCea708Parser.java652 CaptionColor edgeColor = in parseC1() local
659 foregroundColor, backgroundColor, edgeColor))); in parseC1()
665 foregroundColor, backgroundColor, edgeColor)); in parseC1()
/aosp12/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java512 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 DClosedCaptionRenderer.java1297 mEdgeColor = captionStyle.edgeColor; in setCaptionStyle()
H A DWebVttRenderer.java1862 setEdgeColor(captionStyle.edgeColor); in setCaptionStyle()
/aosp12/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java284 mEdgeColor = style.hasEdgeColor() ? style.edgeColor : defStyle.edgeColor; in setStyle()
/aosp12/packages/apps/TvSettings/Settings/src/com/android/tv/settings/system/development/
H A DCaptionCustomFragment.java256 private void setCaptionsEdgeColor(String edgeColor) { in setCaptionsEdgeColor() argument
259 0xff000000 | (int) Long.parseLong(edgeColor, 16)); in setCaptionsEdgeColor()
/aosp12/packages/apps/TV/tuner/src/com/android/tv/tuner/exoplayer/text/
H A DSubtitleView.java176 mEdgeColor = style.edgeColor; in setStyle()
/aosp12/packages/apps/Settings/src/com/android/settings/accessibility/
H A DCaptionAppearanceFragment.java298 mEdgeColor.setValue(attrs.edgeColor); in updateAllPreferences()
/aosp12/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-28.jarMETA-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
/aosp12/frameworks/base/core/api/
H A Dcurrent.txt51229 field public final int edgeColor;
/aosp12/frameworks/opt/setupwizard/tools/docs/
H A Dandroid-22.txt35211 field public final int edgeColor;
/aosp12/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt28176 Landroid/media/Cea708CCParser$CaptionPenColor;->edgeColor:Landroid/media/Cea708CCParser$CaptionColo…