Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragment.java42 import com.android.messaging.ui.attachmentchooser.AttachmentGridView.AttachmentGridHost;
54 private AttachmentGridView mAttachmentGridView;
65 mAttachmentGridView = (AttachmentGridView) view.findViewById(R.id.grid); in onCreateView()
DAttachmentGridView.java38 public class AttachmentGridView extends GridView implements class
49 public AttachmentGridView(final Context context, final AttributeSet attrs) { in AttachmentGridView() method in AttachmentGridView
/packages/apps/Messaging/tests/src/com/android/messaging/ui/attachmentchooser/
DAttachmentChooserFragmentTest.java35 import com.android.messaging.ui.attachmentchooser.AttachmentGridView;
142 final AttachmentGridView attachmentGridView = (AttachmentGridView) in testUnselect()