Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java337 public final int edgeColor; field in CaptioningManager.CaptionStyle
356 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle()
484 final int edgeColor = Secure.getInt( in getCustomStyle() local
/frameworks/base/graphics/java/android/graphics/
DRadialGradient.java190 @ColorInt int centerColor, @ColorInt int edgeColor, @NonNull TileMode tileMode) { in RadialGradient()
208 @ColorLong long centerColor, @ColorLong long edgeColor, @NonNull TileMode tileMode) { in RadialGradient()
/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java512 CaptionColor edgeColor = new CaptionColor( in parseC1() local
919 public final CaptionColor edgeColor; field in Cea708CCParser.CaptionPenColor
922 CaptionColor edgeColor) { in CaptionPenColor()