Searched refs:AttachmentGridAdapter (Results 1 – 2 of 2) sorted by relevance
55 private AttachmentGridAdapter mAdapter;66 mAdapter = new AttachmentGridAdapter(getActivity()); in onCreateView()156 class AttachmentGridAdapter extends ArrayAdapter<MessagePartData> { class in AttachmentChooserFragment157 public AttachmentGridAdapter(final Context context) { in AttachmentGridAdapter() method in AttachmentChooserFragment.AttachmentGridAdapter
27 import com.android.messaging.ui.attachmentchooser.AttachmentChooserFragment.AttachmentGridAdapter;95 if (getAdapter() instanceof AttachmentGridAdapter) { in refreshViews()96 ((AttachmentGridAdapter) getAdapter()).notifyDataSetChanged(); in refreshViews()