Searched refs:CaptionWindowAttr (Results 1 – 4 of 4) sorted by relevance
47 import com.android.tv.tuner.data.Cea708Data.CaptionWindowAttr;253 if (mWindowJustify == CaptionWindowAttr.JUSTIFY_LEFT) { in setPenLocation()268 public void setWindowAttr(CaptionWindowAttr windowAttr) { in setWindowAttr()472 if (mWindowJustify == CaptionWindowAttr.JUSTIFY_CENTER) { in initWindow()729 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()730 mPrintDirection = CaptionWindowAttr.PRINT_LEFT_TO_RIGHT; in setWindowStyle()733 mWindowJustify = CaptionWindowAttr.JUSTIFY_CENTER; in setWindowStyle()734 mPrintDirection = CaptionWindowAttr.PRINT_LEFT_TO_RIGHT; in setWindowStyle()737 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()738 mPrintDirection = CaptionWindowAttr.PRINT_LEFT_TO_RIGHT; in setWindowStyle()[all …]
30 import com.android.tv.tuner.data.Cea708Data.CaptionWindowAttr;185 setWindowAttr((CaptionWindowAttr) event.obj); in processCaptionEvent()291 private void setWindowAttr(CaptionWindowAttr windowAttr) { in setWindowAttr()
240 public static class CaptionWindowAttr { class in Cea708Data259 public CaptionWindowAttr( in CaptionWindowAttr() method in Cea708Data.CaptionWindowAttr
29 import com.android.tv.tuner.data.Cea708Data.CaptionWindowAttr;715 new CaptionWindowAttr( in parseC1()