Searched refs:TYPE_SINGLE (Results 1 – 4 of 4) sorted by relevance
56 public static final int TYPE_SINGLE = 1; field in AttachmentPreviewFactory154 case AttachmentPreviewFactory.TYPE_SINGLE: in createImagePreview()213 case AttachmentPreviewFactory.TYPE_SINGLE: in createVCardPreview()229 vcardPreview.setAvatarOnly(viewType != AttachmentPreviewFactory.TYPE_SINGLE); in createVCardPreview()256 case AttachmentPreviewFactory.TYPE_SINGLE: in createAudioPreview()282 case AttachmentPreviewFactory.TYPE_SINGLE: in createVideoPreview()
264 AttachmentPreviewFactory.TYPE_SINGLE, true /* startImageRequest */, this); in onAttachmentsChanged()
22 import static com.android.wm.shell.util.GroupedRecentTaskInfo.TYPE_SINGLE;176 case TYPE_SINGLE: in getRecentTasksAsync()
22 import static com.android.wm.shell.util.GroupedRecentTaskInfo.TYPE_SINGLE;369 createGroupedRecentTaskInfo(createRecentTaskInfo(i), TYPE_SINGLE)); in initRecentTaskList() local