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

  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 49 private ImageView mAttachmentIcon;
65 mAttachmentIcon = (ImageView) findViewById(R.id.attachment_icon);
79 mAttachmentIcon.setImageResource(R.drawable.ic_mms_music);
82 mAttachmentIcon.setImageDrawable(null);
118 mAttachmentIcon.setImageResource(R.drawable.movie);
121 mAttachmentIcon.setImageDrawable(null);
  /packages/apps/UnifiedEmail/src/com/android/mail/browse/
MessageHeaderView.java 122 private View mAttachmentIcon;
266 mAttachmentIcon = findViewById(R.id.attachment);
613 mAttachmentIcon, mUpperDateView, mSnippetView);
636 setChildVisibility(GONE, mAttachmentIcon, mUpperDateView, mSnippetView);
649 mAttachmentIcon);
    [all...]

Completed in 1510 milliseconds