Searched refs:startBlockElement (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/core/java/android/text/ |
D | Html.java | 786 startBlockElement(mSpannableStringBuilder, attributes, getMarginParagraph()); in handleStartTag() 789 startBlockElement(mSpannableStringBuilder, attributes, getMarginList()); in handleStartTag() 793 startBlockElement(mSpannableStringBuilder, attributes, getMarginDiv()); in handleStartTag() 956 private static void startBlockElement(Editable text, Attributes attributes, int margin) { in startBlockElement() method in HtmlToSpannedConverter 997 startBlockElement(text, attributes, getMarginListItem()); in startLi() 1009 startBlockElement(text, attributes, getMarginBlockquote()); in startBlockquote() 1019 startBlockElement(text, attributes, getMarginHeading()); in startHeading()
|