Searched refs:startBlockElement (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Html.java | 784 startBlockElement(mSpannableStringBuilder, attributes, getMarginParagraph()); in handleStartTag() 787 startBlockElement(mSpannableStringBuilder, attributes, getMarginList()); in handleStartTag() 791 startBlockElement(mSpannableStringBuilder, attributes, getMarginDiv()); in handleStartTag() 954 private static void startBlockElement(Editable text, Attributes attributes, int margin) { in startBlockElement() method in HtmlToSpannedConverter 995 startBlockElement(text, attributes, getMarginListItem()); in startLi() 1007 startBlockElement(text, attributes, getMarginBlockquote()); in startBlockquote() 1017 startBlockElement(text, attributes, getMarginHeading()); in startHeading()
|