Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/android/internal/widget/
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()
/frameworks/base/media/java/android/media/
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()
DClosedCaptionRenderer.java1296 mEdgeType = captionStyle.edgeType; in setCaptionStyle()
DWebVttRenderer.java1863 setEdgeType(captionStyle.edgeType); in setCaptionStyle()
/frameworks/base/tools/aapt2/integration-tests/CommandTests/
Dandroid-33.jarAndroidManifest.xml META-INF/ META-INF/MANIFEST.MF NOTICES/ NOTICES/libcore ...
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt35212 field public final int edgeType;
/frameworks/base/core/api/
Dcurrent.txt55342 field public final int edgeType;
/frameworks/base/boot/hiddenapi/
Dhiddenapi-max-target-o.txt25283 Landroid/media/Cea708CCParser$CaptionPenAttr;->edgeType:I