Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/view/accessibility/
DCaptioningManager.java317 public final int edgeType; field in CaptioningManager.CaptionStyle
342 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, in CaptionStyle() argument
346 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED; in CaptionStyle()
354 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE; in CaptionStyle()
376 overlay.edgeType : edgeType; in applyStyle()
454 final int edgeType = Secure.getInt( in getCustomStyle() local
455 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType); in getCustomStyle()
466 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColor, in getCustomStyle()
/frameworks/base/core/java/com/android/internal/widget/
DSubtitleView.java167 public void setEdgeType(int edgeType) { in setEdgeType() argument
168 mEdgeType = edgeType; in setEdgeType()
280 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType; in setStyle()
324 final int edgeType = mEdgeType; in onDraw() local
325 if (edgeType == CaptionStyle.EDGE_TYPE_OUTLINE) { in onDraw()
334 } else if (edgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) { in onDraw()
336 } else if (edgeType == CaptionStyle.EDGE_TYPE_RAISED in onDraw()
337 || edgeType == CaptionStyle.EDGE_TYPE_DEPRESSED) { in onDraw()
338 final boolean raised = edgeType == CaptionStyle.EDGE_TYPE_RAISED; in onDraw()
/frameworks/base/media/java/android/media/
DClosedCaptionRenderer.java1255 mEdgeType = captionStyle.edgeType; in setCaptionStyle()
DWebVttRenderer.java1859 setEdgeType(captionStyle.edgeType); in setCaptionStyle()
/frameworks/base/api/
Dsystem-current.txt37448 field public final int edgeType;
Dcurrent.txt35214 field public final int edgeType;