Home
last modified time | relevance | path

Searched refs:edgeType (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java168 public void setEdgeType(int edgeType) { in setEdgeType() argument
169 mEdgeType = edgeType; in setEdgeType()
284 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType; in setStyle()
328 final int edgeType = mEdgeType; in onDraw() local
329 if (edgeType == CaptionStyle.EDGE_TYPE_OUTLINE) { in onDraw()
338 } else if (edgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in onDraw()
340 } else if (edgeType == CaptionStyle.EDGE_TYPE_RAISED in onDraw()
341 || edgeType == CaptionStyle.EDGE_TYPE_DEPRESSED) { in onDraw()
342 final boolean raised = edgeType == CaptionStyle.EDGE_TYPE_RAISED; in onDraw()
/aosp14/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java435 public final int edgeType; field in CaptioningManager.CaptionStyle
460 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument
464 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED; in CaptionStyle()
472 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE; in CaptionStyle()
508 overlay.edgeType : edgeType; in applyStyle()
586 final int edgeType = Secure.getInt( in getCustomStyle() local
587 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType); in getCustomStyle()
598 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
/aosp14/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java480 int edgeType = (data[pos + 1] & 0x38) >> 3; in parseC1() local
484 new CaptionPenAttr(penSize, penOffset, textTag, fontTag, edgeType, in parseC1()
490 penSize, penOffset, textTag, fontTag, edgeType, underline, italic)); in parseC1()
894 public final int edgeType; field in Cea708CCParser.CaptionPenAttr
898 public CaptionPenAttr(int penSize, int penOffset, int textTag, int fontTag, int edgeType, in CaptionPenAttr() argument
904 this.edgeType = edgeType; in CaptionPenAttr()
2145 ? style.edgeType : DEFAULT_CAPTION_STYLE.edgeType); in setCaptionStyle()
H A DClosedCaptionRenderer.java1296 mEdgeType = captionStyle.edgeType; in setCaptionStyle()
H A DWebVttRenderer.java1863 setEdgeType(captionStyle.edgeType); in setCaptionStyle()
/aosp14/frameworks/base/tools/aapt2/integration-tests/CommandTests/
H A Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/aosp14/frameworks/base/core/api/
H A Dcurrent.txt54752 field public final int edgeType;
/aosp14/frameworks/base/boot/hiddenapi/
H A Dhiddenapi-max-target-o.txt25283 Landroid/media/Cea708CCParser$CaptionPenAttr;->edgeType:I