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

/frameworks/base/core/java/android/text/
H A DHtml.java1090 start(text, new Foreground(c | 0xFF000000));
1123 Foreground f = getLast(text, Foreground.class);
1157 start(text, new Foreground(c | 0xFF000000));
1172 Foreground foreground = getLast(text, Foreground.class);
1303 private static class Foreground { class in class:HtmlToSpannedConverter
1306 public Foreground(int foregroundColor) { method in class:HtmlToSpannedConverter.Foreground

Completed in 37 milliseconds