Searched defs:fromHtml (Results 1 – 2 of 2) sorted by relevance
189 public static Spanned fromHtml(String source) { in fromHtml() method in Html200 public static Spanned fromHtml(String source, int flags) { in fromHtml() method in Html220 public static Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { in fromHtml() method in Html232 public static Spanned fromHtml(String source, int flags, ImageGetter imageGetter, in fromHtml() method in Html
291 private static CharSequence fromHtml(@Nullable String text) { in fromHtml() method in WallpaperDescription