Searched defs:COLOR_NONE_OPAQUE (Results 1 - 1 of 1) sorted by last modified time

/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java274 private static final int COLOR_NONE_OPAQUE = 0x000000FF; field in class:CaptioningManager.CaptionStyle
373 this.windowColor = mHasWindowColor ? windowColor : COLOR_NONE_OPAQUE;
503 Color.BLACK, COLOR_NONE_OPAQUE, null);
505 Color.BLACK, COLOR_NONE_OPAQUE, null);
507 Color.BLACK, COLOR_NONE_OPAQUE, null);
509 Color.BLACK, COLOR_NONE_OPAQUE, null);

Completed in 59 milliseconds