Searched refs:toHtml (Results 1 – 5 of 5) sorted by relevance
/frameworks/base/core/java/com/google/android/util/ |
D | AbstractMessageParser.java | 180 (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/ |
D | EditStyledText.java | 398 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/ |
D | Html.java | 250 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/ |
D | ClipData.java | 488 return Html.toHtml((Spanned)text); in coerceToHtmlText()
|
/frameworks/base/tools/aapt2/integration-tests/CommandTests/ |
D | android-28.jar | META-INF/
META-INF/MANIFEST.MF
javax/
javax/net/
javax/ ... |