Searched refs:DEFAULT_TEXT_COLORS (Results 1 – 1 of 1) sorted by relevance
147 private static final Map<String, Integer> DEFAULT_TEXT_COLORS; field in WebvttCueParser159 DEFAULT_TEXT_COLORS = Collections.unmodifiableMap(defaultColors);613 if (DEFAULT_TEXT_COLORS.containsKey(className)) { in applyDefaultColors()614 int color = DEFAULT_TEXT_COLORS.get(className); in applyDefaultColors()