Home
last modified time | relevance | path

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

/development/samples/browseable/ScopedDirectoryAccess/src/com.example.android.scopeddirectoryaccess/
DDirectoryEntryAdapter.java17 public class DirectoryEntryAdapter extends RecyclerView.Adapter<DirectoryEntryAdapter.ViewHolder> { class
21 public DirectoryEntryAdapter() { in DirectoryEntryAdapter() method in DirectoryEntryAdapter
25 public DirectoryEntryAdapter(List<DirectoryEntry> directoryEntries) { in DirectoryEntryAdapter() method in DirectoryEntryAdapter
DScopedDirectoryAccessFragment.java66 private DirectoryEntryAdapter mAdapter;
160 mAdapter = new DirectoryEntryAdapter(mDirectoryEntries); in onViewCreated()
166 mAdapter = new DirectoryEntryAdapter(); in onViewCreated()
/development/samples/browseable/DirectorySelection/src/com.example.android.directoryselection/
DDirectoryEntryAdapter.java31 public class DirectoryEntryAdapter extends RecyclerView.Adapter<DirectoryEntryAdapter.ViewHolder> { class
69 public DirectoryEntryAdapter(List<DirectoryEntry> directoryEntries) { in DirectoryEntryAdapter() method in DirectoryEntryAdapter
DDirectorySelectionFragment.java56 DirectoryEntryAdapter mAdapter;
128 mAdapter = new DirectoryEntryAdapter(new ArrayList<DirectoryEntry>()); in onViewCreated()