Searched refs:TO_HTML_PARAGRAPH_LINES_CONSECUTIVE (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/text/
H A DHtml.java98 public static final int TO_HTML_PARAGRAPH_LINES_CONSECUTIVE = 0x00000000; field in class:Html
250 return toHtml(text, TO_HTML_PARAGRAPH_LINES_CONSECUTIVE);
259 * @param option one of {@link #TO_HTML_PARAGRAPH_LINES_CONSECUTIVE} or
279 if ((option & TO_HTML_PARAGRAPH_FLAG) == TO_HTML_PARAGRAPH_LINES_CONSECUTIVE) {
396 if ((option & TO_HTML_PARAGRAPH_FLAG) == TO_HTML_PARAGRAPH_LINES_CONSECUTIVE) {

Completed in 56 milliseconds