Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragment.java54 private AttachmentGridView mAttachmentGridView; field in AttachmentChooserFragment
65 mAttachmentGridView = (AttachmentGridView) view.findViewById(R.id.grid); in onCreateView()
67 mAttachmentGridView.setAdapter(mAdapter); in onCreateView()
68 mAttachmentGridView.setHost(this); in onCreateView()
101 mAttachmentGridView.getUnselectedAttachments()); in confirmSelection()
179 itemView.bind(item, mAttachmentGridView); in getView()