Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/text/
DHtml.java285 withinDiv(out, text, 0, text.length(), option); in withinHtml()
316 withinDiv(out, text, i, next, option); in encodeTextAlignmentByDiv()
324 private static void withinDiv(StringBuilder out, Spanned text, int start, int end, in withinDiv() method in Html