Searched refs:DirectoryEntryAdapter (Results 1 – 4 of 4) sorted by relevance
17 public class DirectoryEntryAdapter extends RecyclerView.Adapter<DirectoryEntryAdapter.ViewHolder> { class21 public DirectoryEntryAdapter() { in DirectoryEntryAdapter() method in DirectoryEntryAdapter25 public DirectoryEntryAdapter(List<DirectoryEntry> directoryEntries) { in DirectoryEntryAdapter() method in DirectoryEntryAdapter
66 private DirectoryEntryAdapter mAdapter;160 mAdapter = new DirectoryEntryAdapter(mDirectoryEntries); in onViewCreated()166 mAdapter = new DirectoryEntryAdapter(); in onViewCreated()
31 public class DirectoryEntryAdapter extends RecyclerView.Adapter<DirectoryEntryAdapter.ViewHolder> { class69 public DirectoryEntryAdapter(List<DirectoryEntry> directoryEntries) { in DirectoryEntryAdapter() method in DirectoryEntryAdapter
56 DirectoryEntryAdapter mAdapter;128 mAdapter = new DirectoryEntryAdapter(new ArrayList<DirectoryEntry>()); in onViewCreated()