Home
last modified time | relevance | path

Searched refs:borderType (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/media/java/android/media/
DCea708CaptionRenderer.java547 int borderType = (data[pos + 1] & 0xc0) >> 6 | (data[pos + 2] & 0x80) >> 5; in parseC1() local
562 new CaptionWindowAttr(fillColor, borderColor, borderType, wordWrap, in parseC1()
571 fillColor, borderColor, borderType, wordWrap, printDirection, in parseC1()
952 public final int borderType; field in Cea708CCParser.CaptionWindowAttr
961 public CaptionWindowAttr(CaptionColor fillColor, CaptionColor borderColor, int borderType, in CaptionWindowAttr() argument
967 this.borderType = borderType; in CaptionWindowAttr()
/frameworks/base/config/
Dhiddenapi-greylist-max-o.txt35448 Landroid/media/Cea708CCParser$CaptionWindowAttr;->borderType:I