Searched refs:mAttachmentGridView (Results 1 - 1 of 1) sorted by path

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

Completed in 66 milliseconds