Searched refs:edgeType (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 168 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/ |
D | Cea708CaptionRenderer.java | 480 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()
|
D | ClosedCaptionRenderer.java | 1296 mEdgeType = captionStyle.edgeType; in setCaptionStyle()
|
D | WebVttRenderer.java | 1863 setEdgeType(captionStyle.edgeType); in setCaptionStyle()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-33.jar | AndroidManifest.xml
META-INF/
META-INF/MANIFEST.MF
NOTICES/
NOTICES/libcore ... |
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35212 field public final int edgeType;
|
/frameworks/base/core/api/ |
D | current.txt | 55342 field public final int edgeType;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 25283 Landroid/media/Cea708CCParser$CaptionPenAttr;->edgeType:I
|