Home
last modified time | relevance | path

Searched refs:AttachmentPreview (Results 1 – 3 of 3) sorted by relevance

/packages/apps/Messaging/src/com/android/messaging/ui/
DAttachmentPreview.java49 public class AttachmentPreview extends ScrollView implements OnAttachmentClickListener { class
64 public AttachmentPreview(final Context context, final AttributeSet attrs) { in AttachmentPreview() method in AttachmentPreview
/packages/apps/Messaging/src/com/android/messaging/ui/conversation/
DComposeMessageView.java59 import com.android.messaging.ui.AttachmentPreview;
125 private AttachmentPreview mAttachmentPreview;
313 mAttachmentPreview = (AttachmentPreview) findViewById(R.id.attachment_draft_view); in onFinishInflate()
DConversationFragment.java84 import com.android.messaging.ui.AttachmentPreview;
539 final AttachmentPreview attachmentView = in onCreateView()
540 (AttachmentPreview) mComposeMessageView.findViewById( in onCreateView()