Searched defs:fromHtml (Results 1 – 3 of 3) sorted by relevance
| /frameworks/support/compat/src/main/java/androidx/core/text/ |
| D | HtmlCompat.java | 145 public static Spanned fromHtml(@NonNull String source, @FromHtmlFlags int flags) { in fromHtml() method in HtmlCompat 159 public static Spanned fromHtml(@NonNull String source, @FromHtmlFlags int flags, in fromHtml() method in HtmlCompat
|
| /frameworks/base/core/java/android/text/ |
| D | Html.java | 184 public static Spanned fromHtml(String source) { in fromHtml() method in Html 195 public static Spanned fromHtml(String source, int flags) { in fromHtml() method in Html 215 public static Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { in fromHtml() method in Html 227 public static Spanned fromHtml(String source, int flags, ImageGetter imageGetter, in fromHtml() method in Html
|
| /frameworks/ex/common/java/com/android/ex/editstyledtext/ |
| D | EditStyledText.java | 404 public Spanned fromHtml(String string); in fromHtml() method 406 public Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler); in fromHtml() method 1857 public Spanned fromHtml(String source) { in fromHtml() method in EditStyledText.StyledTextHtmlStandard 1861 public Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { in fromHtml() method in EditStyledText.StyledTextHtmlStandard
|