Home
last modified time | relevance | path

Searched refs:VIEW_TYPE_PREVIEW (Results 1 – 7 of 7) sorted by relevance

/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/files/
H A DActionHandlerTest.java305 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_DefaultsToView()
315 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_InArchive_QuickViewable()
324 mHandler.openDocument(TestEnv.FILE_IN_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_InArchive_Unopenable()
334 mHandler.openDocument(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_PreviewsWhenResourceSet()
344 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Downloads_ManagesApks()
354 mHandler.openDocument(TestEnv.FILE_PARTIAL, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Downloads_ManagesPartialFiles()
364 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Recent_ManagesApks()
373 mHandler.openDocument(TestEnv.FILE_APK, ActionHandler.VIEW_TYPE_PREVIEW, in testDocumentPicked_Home_SendsActionViewForApks()
384 ActionHandler.VIEW_TYPE_PREVIEW, ActionHandler.VIEW_TYPE_REGULAR); in testDocumentPicked_OpensArchives()
394 ActionHandler.VIEW_TYPE_PREVIEW, ActionHandler.VIEW_TYPE_REGULAR); in testDocumentPicked_OpensDirectories()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DInputHandlers.java92 ActionHandler.VIEW_TYPE_PREVIEW); in createKeyHandler()
96 ActionHandler.VIEW_TYPE_PREVIEW, in createKeyHandler()
H A DDirectoryFragment.java685 ActionHandler.VIEW_TYPE_PREVIEW, in onItemActivated()
963 mActions.openItem(holder.getItemDetails(), ActionHandler.VIEW_TYPE_PREVIEW, in onAccessibilityClick()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionHandler.java50 VIEW_TYPE_PREVIEW
56 public static final int VIEW_TYPE_PREVIEW = 2; field
H A DAbstractActionHandler.java406 case VIEW_TYPE_PREVIEW: in onDocumentOpened()
423 case VIEW_TYPE_PREVIEW: in onDocumentOpened()
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/picker/
H A DActionHandlerTest.java602 mHandler.onDocumentOpened(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem()
617 mHandler.onDocumentOpened(otherUserDoc, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem_onOtherUser()
629 mHandler.onDocumentOpened(TestEnv.FILE_ARCHIVE, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem_archives()
638 mHandler.onDocumentOpened(TestEnv.FILE_GIF, ActionHandler.VIEW_TYPE_PREVIEW, in testPreviewItem_noQuickViewer()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DActionHandler.java339 onDocumentOpened(doc, VIEW_TYPE_PREVIEW, VIEW_TYPE_REGULAR, true); in previewItem()