Home
last modified time | relevance | path

Searched refs:mDocsConverter (Results 1 – 1 of 1) sorted by relevance

/packages/apps/DocumentsUI/src/com/android/documentsui/dirlist/
DDragStartListener.java71 private final Function<Selection<String>, List<DocumentInfo>> mDocsConverter; field in DragStartListener.RuntimeDragStartListener
93 mDocsConverter = docsConverter; in RuntimeDragStartListener()
124 final List<DocumentInfo> srcs = mDocsConverter.apply(selection); in startDrag()