Home
last modified time | relevance | path

Searched defs:fromHtml (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/core/java/android/text/
DHtml.java188 public static Spanned fromHtml(String source) { in fromHtml() method in Html
199 public static Spanned fromHtml(String source, int flags) { in fromHtml() method in Html
219 public static Spanned fromHtml(String source, ImageGetter imageGetter, TagHandler tagHandler) { in fromHtml() method in Html
231 public static Spanned fromHtml(String source, int flags, ImageGetter imageGetter, in fromHtml() method in Html
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java404 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