Home
last modified time | relevance | path

Searched defs:toHtml (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java713 public String toHtml(boolean caps) { throw new AssertionError("not html"); } in toHtml() method in AbstractMessageParser.Token
730 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Html
1192 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Format
1240 public String toHtml() { in toHtml() method in AbstractMessageParser
/frameworks/ex/common/java/com/android/ex/editstyledtext/
DEditStyledText.java398 public String toHtml(Spanned text); in toHtml() method
400 public String toHtml(Spanned text, boolean escapeNonAsciiChar); in toHtml() method
402 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale); in toHtml() method
1845 public String toHtml(Spanned text) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
1849 public String toHtml(Spanned text, boolean escapeNonAsciiChar) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
1853 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
/frameworks/base/core/java/android/text/
DHtml.java252 public static String toHtml(Spanned text) { in toHtml() method in Html
266 public static String toHtml(Spanned text, int option) { in toHtml() method in Html