Searched refs:RootItem (Results 1 – 1 of 1) sorted by relevance
163 if (item instanceof RootItem) { in onCurrentRootChanged()164 final RootInfo testRoot = ((RootItem) item).root; in onCurrentRootChanged()192 if (item instanceof RootItem) {194 RootInfo newRoot = ((RootItem) item).root;243 private static class RootItem extends Item { class in RootsFragment246 public RootItem(RootInfo root) { in RootItem() method in RootsFragment.RootItem317 final List<RootItem> libraries = new ArrayList<>(); in RootsAdapter()318 final List<RootItem> others = new ArrayList<>(); in RootsAdapter()321 final RootItem item = new RootItem(root); in RootsAdapter()395 if (item instanceof RootItem || item instanceof AppItem) { in getItemViewType()[all …]