Searched refs:openItem (Results 1 - 9 of 9) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
H A DInputHandlers.java104 return mActions.openItem(
109 return mActions.openItem(
145 return mActions.openItem(
197 return mActions.openItem(
H A DDirectoryFragment.java757 mActions.openItem(holder.getItemDetails(), ActionHandler.VIEW_TYPE_PREVIEW,
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/
H A DTestActionHandler.java56 public boolean openItem(ItemDetails doc, @ViewType int type, @ViewType int fallback) { method in class:TestActionHandler
/packages/apps/Dialer/java/com/android/dialer/callcomposer/camera/camerafocus/
H A DPieRenderer.java79 private PieItem openItem; field in class:PieRenderer
232 openItem = null;
376 if ((openItem == null) || (xFade != null)) {
382 if (openItem != null) {
383 for (PieItem inner : openItem.getItems()) {
458 if (openItem != null) {
459 openItem = null;
497 if ((currentItem != openItem) && currentItem.hasItems()) {
509 if (openItem != null) {
510 openItem
[all...]
/packages/apps/DocumentsUI/src/com/android/documentsui/
H A DActionHandler.java113 boolean openItem(ItemDetails doc, @ViewType int type, @ViewType int fallback); method in interface:ActionHandler
H A DAbstractActionHandler.java230 public boolean openItem(ItemDetails doc, @ViewType int type, @ViewType int fallback) { method in class:AbstractActionHandler
/packages/apps/DocumentsUI/tests/unit/com/android/documentsui/
H A DAbstractActionHandlerTest.java80 public boolean openItem(ItemDetails doc, @ViewType int type, @ViewType int fallback) {
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/
H A DActionHandler.java249 public boolean openItem(ItemDetails details, @ViewType int type, method in class:ActionHandler
/packages/apps/DocumentsUI/src/com/android/documentsui/files/
H A DActionHandler.java193 public boolean openItem(ItemDetails details, @ViewType int type, method in class:ActionHandler

Completed in 332 milliseconds