Searched refs:sBackgroundColorPattern (Results 1 – 1 of 1) sorted by relevance
682 private static Pattern sBackgroundColorPattern; field in HtmlToSpannedConverter717 if (sBackgroundColorPattern == null) { in getBackgroundColorPattern()718 sBackgroundColorPattern = Pattern.compile( in getBackgroundColorPattern()721 return sBackgroundColorPattern; in getBackgroundColorPattern()