Home
last modified time | relevance | path

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

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