Searched refs:sBackgroundColorPattern (Results 1 – 1 of 1) sorted by relevance
687 private static Pattern sBackgroundColorPattern; field in HtmlToSpannedConverter722 if (sBackgroundColorPattern == null) { in getBackgroundColorPattern()723 sBackgroundColorPattern = Pattern.compile( in getBackgroundColorPattern()726 return sBackgroundColorPattern; in getBackgroundColorPattern()