Searched refs:shouldQuoteText (Results 1 – 2 of 2) sorted by relevance
295 public void setQuotedTextFromHtml(CharSequence htmlText, boolean shouldQuoteText) { in setQuotedTextFromHtml() argument297 if (shouldQuoteText) { in setQuotedTextFromHtml()
2010 protected void initQuotedText(CharSequence quotedText, boolean shouldQuoteText) { in initQuotedText() argument2011 mQuotedTextView.setQuotedTextFromHtml(quotedText, shouldQuoteText); in initQuotedText()