Home
last modified time | relevance | path

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

/frameworks/base/core/java/com/google/android/util/
DAbstractMessageParser.java181 (tokens.get(i).toHtml(true).length() == 0)) { in parse()
726 public String toHtml(boolean caps) { throw new AssertionError("not html"); } in toHtml() method in AbstractMessageParser.Token
743 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Html
1205 public String toHtml(boolean caps) { in toHtml() method in AbstractMessageParser.Format
1253 public String toHtml() { in toHtml() method in AbstractMessageParser
1262 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/non-updatable-api/
Dcurrent.txt47097 method @Deprecated public static String toHtml(android.text.Spanned);
47098 method public static String toHtml(android.text.Spanned, int);
/frameworks/base/api/
Dcurrent.txt47241 method @Deprecated public static String toHtml(android.text.Spanned);
47242 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);