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

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

Completed in 160 milliseconds