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

/frameworks/base/core/java/android/view/accessibility/
H A DCaptioningManager.java283 private static final CaptionStyle WHITE_ON_BLACK; field in class:CaptioningManager.CaptionStyle
502 WHITE_ON_BLACK = new CaptionStyle(Color.WHITE, Color.BLACK, EDGE_TYPE_NONE,
516 WHITE_ON_BLACK, BLACK_ON_WHITE, YELLOW_ON_BLACK, YELLOW_ON_BLUE, UNSPECIFIED
519 DEFAULT_CUSTOM = WHITE_ON_BLACK;
520 DEFAULT = WHITE_ON_BLACK;

Completed in 45 milliseconds