Searched defs:fromHtml (Results 1 – 2 of 2) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Html.java | 187 public static Spanned fromHtml(String source) { in fromHtml() method in Html 198 public static Spanned fromHtml(String source, int flags) { in fromHtml() method in Html 218 public static Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { in fromHtml() method in Html 230 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
|