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

  /packages/apps/Mms/src/com/android/mms/ui/
SlideListItemView.java 48 private ImageView mAttachmentIcon;
64 mAttachmentIcon = (ImageView) findViewById(R.id.attachment_icon);
78 mAttachmentIcon.setImageResource(R.drawable.ic_mms_music);
81 mAttachmentIcon.setImageDrawable(null);
117 mAttachmentIcon.setImageResource(R.drawable.movie);
120 mAttachmentIcon.setImageDrawable(null);
  /packages/apps/Email/src/com/android/email/activity/
MessageView.java 124 private ImageView mAttachmentIcon;
361 mAttachmentIcon = (ImageView) findViewById(R.id.attachment);
    [all...]
MessageList.java     [all...]

Completed in 526 milliseconds