Home
last modified time | relevance | path

Searched refs:previewItem (Results 1 – 6 of 6) sorted by relevance

/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionHandler.java144 boolean previewItem(ItemDetails<String> doc); in previewItem() method
H A DAbstractActionHandler.java567 public boolean previewItem(ItemDetails<String> doc) { in previewItem() method in AbstractActionHandler
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DModelBackedDocumentsAdapter.java145 view -> mEnv.getActionHandler().previewItem(holder.getItemDetails())); in onBindViewHolder()
H A DDirectoryFragment.java680 return mActions.previewItem(item); in onItemActivated()
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DActionHandler.java330 public boolean previewItem(ItemDetails<String> details) { in previewItem() method in ActionHandler
/aosp12/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DAbstractActionHandlerTest.java442 mHandler.previewItem(null); in testPreviewItem_throwException()