HomeSort by relevance Sort by last modified time
    Searched refs:QuotedTextView (Results 1 - 2 of 2) sorted by null

  /packages/apps/UnifiedEmail/src/com/android/mail/compose/
QuotedTextView.java 45 class QuotedTextView extends LinearLayout implements OnClickListener {
70 public QuotedTextView(Context context) {
74 public QuotedTextView(Context context, AttributeSet attrs) {
78 public QuotedTextView(Context context, AttributeSet attrs, int defStyle) {
172 * Update the state of the checkbox for the QuotedTextView as if it were
208 View quotedTextView = findViewById(R.id.quoted_text_area);
209 if (quotedTextView != null) {
210 quotedTextView.setVisibility(View.GONE);
348 return text.indexOf(QuotedTextView.HEADER_SEPARATOR)
349 + QuotedTextView.HEADER_SEPARATOR_LENGTH
    [all...]
ComposeActivity.java 94 import com.android.mail.compose.QuotedTextView.RespondInlineListener;
310 private QuotedTextView mQuotedTextView;
    [all...]

Completed in 314 milliseconds