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

/frameworks/base/core/java/android/text/
H A DHtml.java693 private static Pattern sForegroundColorPattern; field in class:HtmlToSpannedConverter
721 if (sForegroundColorPattern == null) {
722 sForegroundColorPattern = Pattern.compile(
725 return sForegroundColorPattern;

Completed in 25 milliseconds