Searched refs:rootDoc (Results 1 – 5 of 5) 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()
177 DocumentInfo rootDoc = model.getDocument( in populateStack() local181 assert rootDoc != null; in populateStack()182 assert rootDoc.isDirectory(); in populateStack()183 assert FOLDER_0.equals(rootDoc); in populateStack()186 state.stack.push(rootDoc); in populateStack()
677 DocumentInfo rootDoc = mEnv.state.stack.peek(); in testShowInspector_OverridesRootDocumentName() local678 rootDoc.displayName = "poodles"; in testShowInspector_OverridesRootDocumentName()680 mHandler.showInspector(rootDoc); in testShowInspector_OverridesRootDocumentName()697 DocumentInfo rootDoc = mEnv.state.stack.peek(); in testShowInspector_OverridesRootDocumentNameX() local698 rootDoc.displayName = "poodles"; in testShowInspector_OverridesRootDocumentNameX()700 mHandler.showInspector(rootDoc); in testShowInspector_OverridesRootDocumentNameX()
328 public void openRootDocument(@Nullable DocumentInfo rootDoc) { in openRootDocument() argument329 if (rootDoc == null) { in openRootDocument()335 openContainerDocument(rootDoc); in openRootDocument()
129 void openRootDocument(@Nullable DocumentInfo rootDoc); in openRootDocument() argument