Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DHtml.java1078 start(text, new Foreground(c | 0xFF000000)); in startCssStyle()
1111 Foreground f = getLast(text, Foreground.class); in endCssStyle()
1145 start(text, new Foreground(c | 0xFF000000)); in startFont()
1160 Foreground foreground = getLast(text, Foreground.class); in endFont()
1291 private static class Foreground { class in HtmlToSpannedConverter
1294 public Foreground(int foregroundColor) { in Foreground() method in HtmlToSpannedConverter.Foreground