Searched defs:edgeType (Results 1 - 4 of 4) sorted by relevance

/frameworks/base/core/java/com/android/internal/widget/
H A DSubtitleView.java167 public void setEdgeType(int edgeType) { argument
168 mEdgeType = edgeType;
280 mEdgeType = style.hasEdgeType() ? style.edgeType : defStyle.edgeType;
324 final int edgeType = mEdgeType;
325 if (edgeType == CaptionStyle.EDGE_TYPE_OUTLINE) {
334 } else if (edgeType == CaptionStyle.EDGE_TYPE_DROP_SHADOW) {
336 } else if (edgeType == CaptionStyle.EDGE_TYPE_RAISED
337 || edgeType == CaptionStyle.EDGE_TYPE_DEPRESSED) {
338 final boolean raised = edgeType
[all...]
/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java334 public final int edgeType; field in class:CaptioningManager.CaptionStyle
359 private CaptionStyle(int foregroundColor, int backgroundColor, int edgeType, int edgeColor, argument
363 mHasEdgeType = edgeType != EDGE_TYPE_UNSPECIFIED;
371 this.edgeType = mHasEdgeType ? edgeType : EDGE_TYPE_NONE;
407 overlay.edgeType : edgeType;
485 final int edgeType = Secure.getInt(
486 cr, Secure.ACCESSIBILITY_CAPTIONING_EDGE_TYPE, defStyle.edgeType);
497 return new CaptionStyle(foregroundColor, backgroundColor, edgeType, edgeColo
[all...]
/frameworks/base/media/java/android/media/
H A DCea708CaptionRenderer.java480 int edgeType = (data[pos + 1] & 0x38) >> 3;
484 new CaptionPenAttr(penSize, penOffset, textTag, fontTag, edgeType,
489 + "fontTag: %d, edgeType: %d, underline: %s, italic: %s",
490 penSize, penOffset, textTag, fontTag, edgeType, underline, italic));
894 public final int edgeType; field in class:Cea708CCParser.CaptionPenAttr
898 public CaptionPenAttr(int penSize, int penOffset, int textTag, int fontTag, int edgeType, argument
904 this.edgeType = edgeType;
2145 ? style.edgeType : DEFAULT_CAPTION_STYLE.edgeType);
[all...]
/frameworks/data-binding/prebuilds/1.0-rc0/
H A Ddatabinding-studio-bundle.jarMETA-INF/ META-INF/MANIFEST.MF android/ android/databinding/ android/databinding/Bindable.class Bindable. ...

Completed in 343 milliseconds