Searched refs:AttachmentGridView (Results 1 – 3 of 3) sorted by relevance
42 import com.android.messaging.ui.attachmentchooser.AttachmentGridView.AttachmentGridHost;54 private AttachmentGridView mAttachmentGridView;65 mAttachmentGridView = (AttachmentGridView) view.findViewById(R.id.grid); in onCreateView()
38 public class AttachmentGridView extends GridView implements class49 public AttachmentGridView(final Context context, final AttributeSet attrs) { in AttachmentGridView() method in AttachmentGridView
35 import com.android.messaging.ui.attachmentchooser.AttachmentGridView;142 final AttachmentGridView attachmentGridView = (AttachmentGridView) in testUnselect()