Searched refs:RootItem (Results 1 – 1 of 1) sorted by relevance
157 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 RootsFragment225 public RootItem(RootInfo root) { in RootItem() method in RootsFragment.RootItem290 RootItem recents = null; in RootsAdapter()291 RootItem images = null; in RootsAdapter()292 RootItem videos = null; in RootsAdapter()293 RootItem audio = null; in RootsAdapter()[all …]