Searched refs:destRoot (Results 1 – 2 of 2) sorted by relevance
/aosp12/packages/apps/DocumentsUI/src/com/android/documentsui/ |
H A D | DragAndDropManager.java | 113 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc); in updateState() argument 319 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState() argument 322 mDestRoot = destRoot; in updateState() 325 if (!destRoot.supportsCreate()) { in updateState() 392 DocumentsContract.buildDocumentUri(destRoot.authority, destRoot.documentId); in drop() 393 if (!isValidDestination(destRoot, rootDocUri)) { in drop() 399 final @OpType int opType = calculateOpType(clipData, destRoot); in drop() 401 destRoot, in drop() 413 RootInfo destRoot, in dropOnRootDocument() argument 426 new DocumentStack(destRoot, destRootDoc), in dropOnRootDocument() [all …]
|
/aosp12/packages/apps/DocumentsUI/tests/common/com/android/documentsui/testing/ |
H A D | TestDragAndDropManager.java | 64 public int updateState(View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState() argument
|