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