Home
last modified time | relevance | path

Searched refs:CaptionWindowAttr (Results 1 – 4 of 4) sorted by relevance

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java47 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 …]
DCaptionTrackRenderer.java30 import com.android.tv.tuner.data.Cea708Data.CaptionWindowAttr;
185 setWindowAttr((CaptionWindowAttr) event.obj); in processCaptionEvent()
291 private void setWindowAttr(CaptionWindowAttr windowAttr) { in setWindowAttr()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Data.java240 public static class CaptionWindowAttr { class in Cea708Data
259 public CaptionWindowAttr( in CaptionWindowAttr() method in Cea708Data.CaptionWindowAttr
DCea708Parser.java29 import com.android.tv.tuner.data.Cea708Data.CaptionWindowAttr;
715 new CaptionWindowAttr( in parseC1()