Home
last modified time | relevance | path

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

/packages/apps/TV/tuner/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java253 if (mWindowJustify == CaptionWindowAttr.JUSTIFY_LEFT) { in setPenLocation()
729 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
737 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
741 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
749 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
756 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
/packages/apps/TV/tuner/src/com/android/tv/tuner/data/
DCea708Data.java241 public static final int JUSTIFY_LEFT = 0; field in Cea708Data.CaptionWindowAttr