Lines Matching refs:DocumentInfo
32 import com.android.documentsui.base.DocumentInfo;
79 List<DocumentInfo> srcs, in startDrag()
84 @Nullable DocumentInfo parent); in startDrag()
92 boolean canSpringOpen(RootInfo root, DocumentInfo doc); in canSpringOpen()
111 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc); in updateState()
178 private DocumentInfo mDestDoc;
228 List<DocumentInfo> srcs, in startDrag()
233 @Nullable DocumentInfo parent) { in startDrag()
240 for (DocumentInfo doc : srcs) { in startDrag()
265 private void updateShadow(List<DocumentInfo> srcs, IconHelper iconHelper) { in updateShadow()
271 DocumentInfo doc = srcs.get(0); in updateShadow()
297 public boolean canSpringOpen(RootInfo root, DocumentInfo doc) { in canSpringOpen()
309 View v, RootInfo destRoot, @Nullable DocumentInfo destDoc) { in updateState()
388 (DocumentInfo doc) -> { in drop()
399 @Nullable DocumentInfo destRootDoc, in dropOnRootDocument()
489 final DocumentInfo dst = dstStack.peek(); in canCopyTo()