Home
last modified time | relevance | path

Searched refs:sForegroundColorPattern (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
DHtml.java686 private static Pattern sForegroundColorPattern; field in HtmlToSpannedConverter
714 if (sForegroundColorPattern == null) { in getForegroundColorPattern()
715 sForegroundColorPattern = Pattern.compile( in getForegroundColorPattern()
718 return sForegroundColorPattern; in getForegroundColorPattern()