Searched refs:openItem (Results 1 - 9 of 9) sorted by relevance
/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/ |
H A D | InputHandlers.java | 104 return mActions.openItem( 109 return mActions.openItem( 145 return mActions.openItem( 197 return mActions.openItem(
|
H A D | DirectoryFragment.java | 757 mActions.openItem(holder.getItemDetails(), ActionHandler.VIEW_TYPE_PREVIEW,
|
/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestActionHandler.java | 56 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 D | PieRenderer.java | 79 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 D | ActionHandler.java | 113 boolean openItem(ItemDetails doc, @ViewType int type, @ViewType int fallback); method in interface:ActionHandler
|
H A D | AbstractActionHandler.java | 230 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 D | AbstractActionHandlerTest.java | 80 public boolean openItem(ItemDetails doc, @ViewType int type, @ViewType int fallback) {
|
/packages/apps/DocumentsUI/src/com/android/documentsui/picker/ |
H A D | ActionHandler.java | 249 public boolean openItem(ItemDetails details, @ViewType int type, method in class:ActionHandler
|
/packages/apps/DocumentsUI/src/com/android/documentsui/files/ |
H A D | ActionHandler.java | 193 public boolean openItem(ItemDetails details, @ViewType int type, method in class:ActionHandler
|
Completed in 332 milliseconds