Searched refs:edgeType (Results 1 – 8 of 8) sorted by relevance
/frameworks/base/core/java/com/android/internal/widget/ |
D | SubtitleView.java | 167 public void setEdgeType(int edgeType) { in setEdgeType() argument 168 mEdgeType = edgeType; in setEdgeType() 283 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType; in setStyle() 327 final int edgeType = mEdgeType; in onDraw() local 328 if (edgeType == CaptionStyle.EDGE_TYPE_OUTLINE) { in onDraw() 337 } else if (edgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in onDraw() 339 } else if (edgeType == CaptionStyle.EDGE_TYPE_RAISED in onDraw() 340 || edgeType == CaptionStyle.EDGE_TYPE_DEPRESSED) { in onDraw() 341 final boolean raised = edgeType == CaptionStyle.EDGE_TYPE_RAISED; in onDraw()
|
/frameworks/base/core/java/android/view/accessibility/ |
D | CaptioningManager.java | 331 public final int edgeType; field in CaptioningManager.CaptionStyle 356 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument 360 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED; in CaptionStyle() 368 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE; in CaptionStyle() 404 overlay.edgeType : edgeType; in applyStyle() 482 final int edgeType = Secure.getInt( in getCustomStyle() local 483 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType); in getCustomStyle() 494 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
|
/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/core/api/ |
D | current.txt | 51132 field public final int edgeType;
|
/frameworks/opt/setupwizard/tools/docs/ |
D | android-22.txt | 35212 field public final int edgeType;
|
/frameworks/base/boot/hiddenapi/ |
D | hiddenapi-max-target-o.txt | 28161 Landroid/media/Cea708CCParser$CaptionPenAttr;->edgeType:I
|