Searched refs:rootDoc (Results 1 – 6 of 6) sorted by relevance
102 View v, RootItem rootItem, DocumentInfo rootDoc) { in updateDropShadow() argument103 if (rootDoc == null) { in updateDropShadow()106 rootItem.docInfo = rootDoc; in updateDropShadow()107 mDragAndDropManager.updateState(v, rootItem.root, rootDoc); in updateDropShadow()
192 DocumentInfo rootDoc = model.getDocument( in populateStack() local196 assert rootDoc != null; in populateStack()197 assert rootDoc.isDirectory(); in populateStack()198 assert FOLDER_0.equals(rootDoc); in populateStack()201 state.stack.push(rootDoc); in populateStack()
349 public void openRootDocument(@Nullable DocumentInfo rootDoc) { in openRootDocument() argument350 if (rootDoc == null) { in openRootDocument()356 openContainerDocument(rootDoc); in openRootDocument()901 DocumentInfo rootDoc = mState.stack.peek(); in onCreateLoader() local903 String authority = rootDoc == null in onCreateLoader()905 : rootDoc.authority; in onCreateLoader()906 String documentId = rootDoc == null in onCreateLoader()908 : rootDoc.documentId; in onCreateLoader()
140 void openRootDocument(@Nullable DocumentInfo rootDoc); in openRootDocument() argument
665 DocumentInfo rootDoc = mEnv.state.stack.peek(); in testShowInspector_OverridesRootDocumentName() local666 rootDoc.displayName = "poodles"; in testShowInspector_OverridesRootDocumentName()668 mHandler.showInspector(rootDoc); in testShowInspector_OverridesRootDocumentName()685 DocumentInfo rootDoc = mEnv.state.stack.peek(); in testShowInspector_OverridesRootDocumentNameX() local686 rootDoc.displayName = "poodles"; in testShowInspector_OverridesRootDocumentNameX()688 mHandler.showInspector(rootDoc); in testShowInspector_OverridesRootDocumentNameX()
1356 rootDoc -> { in getRootDocumentAndMaybeRefreshDocument()1358 if (rootDoc != null && mActivity.getCurrentDirectory() == null) { in getRootDocumentAndMaybeRefreshDocument()1361 mState.stack.push(rootDoc); in getRootDocumentAndMaybeRefreshDocument()