Home
last modified time | relevance | path

Searched refs:toHtml (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java180 (tokens.get(i).toHtml(true).length() == 0)) { in parse()
724 public String toHtml(boolean caps) { throw new AssertionError("not html"); } in toHtml() method in AbstractMessageParser.Token
741 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Html
1203 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Format
1251 public String toHtml() { in toHtml() method in AbstractMessageParser
1260 html.append(token.toHtml(caps)); in toHtml()
/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
1846 return Html.toHtml(text); in toHtml()
1849 public String toHtml(Spanned text, boolean escapeNonAsciiChar) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
1850 return Html.toHtml(text); in toHtml()
1853 public String toHtml(Spanned text, boolean escapeNonAsciiChar, int width, float scale) { in toHtml() method in EditStyledText.StyledTextHtmlStandard
1854 return Html.toHtml(text); in toHtml()
1882 String htmlBody = mHtml.toHtml(mEST.getText(), escapeFlag); in getHtml()
[all …]
/frameworks/base/core/java/android/text/
DHtml.java250 public static String toHtml(Spanned text) { in toHtml() method in Html
251 return toHtml(text, TO_HTML_PARAGRAPH_LINES_CONSECUTIVE); in toHtml()
264 public static String toHtml(Spanned text, int option) { in toHtml() method in Html
/frameworks/base/core/java/android/content/
DClipData.java488 return Html.toHtml((Spanned)text); in coerceToHtmlText()
/frameworks/base/api/
Dcurrent.txt45806 method @Deprecated public static String toHtml(android.text.Spanned);
45807 method public static String toHtml(android.text.Spanned, int);
/frameworks/opt/setupwizard/tools/docs/
Dandroid-22.txt29610 method public static java.lang.String toHtml(android.text.Spanned);