Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java213 if (mWindowJustify == CaptionWindowAttr.JUSTIFY_LEFT) { in setPenLocation()
618 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
626 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
630 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
638 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
645 mWindowJustify = CaptionWindowAttr.JUSTIFY_LEFT; in setWindowStyle()
/packages/apps/TV/src/com/android/tv/tuner/data/
DCea708Data.java248 public static final int JUSTIFY_LEFT = 0; field in Cea708Data.CaptionWindowAttr