Searched defs:QuotedTextView (Results 1 - 1 of 1) sorted by relevance

/packages/apps/UnifiedEmail/src/com/android/mail/compose/
H A DQuotedTextView.java45 class QuotedTextView extends LinearLayout implements OnClickListener { class in inherits:LinearLayout,OnClickListener
70 public QuotedTextView(Context context) { method in class:QuotedTextView
74 public QuotedTextView(Context context, AttributeSet attrs) { method in class:QuotedTextView
78 public QuotedTextView(Context context, AttributeSet attrs, int defStyle) { method in class:QuotedTextView
176 * Update the state of the checkbox for the QuotedTextView as if it were
348 return text.indexOf(QuotedTextView.HEADER_SEPARATOR)
349 + QuotedTextView.HEADER_SEPARATOR_LENGTH;

Completed in 47 milliseconds