Home
last modified time | relevance | path

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

/frameworks/base/packages/DocumentsUI/src/com/android/documentsui/
DRootsFragment.java157 if (item instanceof RootItem) { in onCurrentRootChanged()
158 final RootInfo testRoot = ((RootItem) item).root; in onCurrentRootChanged()
178 if (item instanceof RootItem) {
180 activity.onRootPicked(((RootItem) item).root);
222 private static class RootItem extends Item { class in RootsFragment
225 public RootItem(RootInfo root) { in RootItem() method in RootsFragment.RootItem
290 RootItem recents = null; in RootsAdapter()
291 RootItem images = null; in RootsAdapter()
292 RootItem videos = null; in RootsAdapter()
293 RootItem audio = null; in RootsAdapter()
[all …]