HomeSort by relevance Sort by last modified time
    Searched refs:windowStyle (Results 1 - 8 of 8) sorted by null

  /packages/apps/TV/src/com/android/tv/tuner/data/
Cea708Data.java 299 public final int windowStyle;
304 int rowCount, int columnCount, int penStyle, int windowStyle) {
317 this.windowStyle = windowStyle;
  /packages/apps/TV/src/com/android/tv/tuner/cc/
CaptionWindowLayout.java 411 setWindowStyle(captionWindow.windowStyle);
614 private void setWindowStyle(int windowStyle) {
616 switch (windowStyle) {
642 if (windowStyle != 0 && windowStyle != 1) {
643 Log.e(TAG, "Error predefined window style:" + windowStyle);
Cea708Parser.java 675 int windowStyle = (data[pos + 5] & 0x38) >> 3;
681 rowCount, columnCount, penStyle, windowStyle)));
688 + "windowStyle: %d"
    [all...]
  /frameworks/base/media/java/android/media/
Cea708CaptionRenderer.java 597 int windowStyle = (data[pos + 5] & 0x38) >> 3;
603 rowCount, columnCount, penStyle, windowStyle)));
610 + "windowStyle: %d",
613 penStyle, windowStyle));
    [all...]
  /cts/tests/tests/view/src/android/view/cts/
WindowTest.java 360 final TypedArray windowStyle = mWindow.getWindowStyle();
361 // the windowStyle is obtained from
364 assertNotNull(windowStyle);
    [all...]
  /packages/apps/Calendar/src/com/android/calendar/
EventInfoFragment.java 643 int attendeeResponse, boolean isDialog, int windowStyle,
666 mWindowStyle = windowStyle;
679 int attendeeResponse, boolean isDialog, int windowStyle,
682 endMillis, attendeeResponse, isDialog, windowStyle, reminders);
    [all...]
  /frameworks/base/core/java/android/service/wallpaper/
WallpaperService.java 658 TypedArray windowStyle = obtainStyledAttributes(
660 windowStyle.recycle();
    [all...]
  /frameworks/base/core/java/android/widget/
RemoteViews.java     [all...]

Completed in 223 milliseconds