Home
last modified time | relevance | path

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

/packages/apps/TV/src/com/android/tv/tuner/data/
DCea708Data.java299 public final int windowStyle; field in Cea708Data.CaptionWindow
304 int rowCount, int columnCount, int penStyle, int windowStyle) { in CaptionWindow() argument
317 this.windowStyle = windowStyle; in CaptionWindow()
/packages/apps/TV/src/com/android/tv/tuner/cc/
DCaptionWindowLayout.java411 setWindowStyle(captionWindow.windowStyle); in initWindow()
614 private void setWindowStyle(int windowStyle) { in setWindowStyle() argument
616 switch (windowStyle) { in setWindowStyle()
642 if (windowStyle != 0 && windowStyle != 1) { in setWindowStyle()
643 Log.e(TAG, "Error predefined window style:" + windowStyle); in setWindowStyle()
DCea708Parser.java687 int windowStyle = (data[pos + 5] & 0x38) >> 3; in parseC1() local
693 rowCount, columnCount, penStyle, windowStyle))); in parseC1()
703 penStyle, windowStyle)); in parseC1()
/packages/apps/Calendar/src/com/android/calendar/
DEventInfoFragment.java643 int attendeeResponse, boolean isDialog, int windowStyle, in EventInfoFragment() argument
666 mWindowStyle = windowStyle; in EventInfoFragment()
679 int attendeeResponse, boolean isDialog, int windowStyle, in EventInfoFragment() argument
682 endMillis, attendeeResponse, isDialog, windowStyle, reminders); in EventInfoFragment()