Searched refs:RecyclerViewFragment (Results 1 – 1 of 1) sorted by relevance
34 public static class RecyclerViewFragment extends Fragment { class in RvCompatListActivity57 RecyclerViewFragment fragment = new RecyclerViewFragment(); in onCreate()60 } else if (existingFragment instanceof RecyclerViewFragment) { in onCreate()61 initializeRecyclerViewFragment((RecyclerViewFragment) existingFragment); in onCreate()65 private void initializeRecyclerViewFragment(RecyclerViewFragment fragment) { in initializeRecyclerViewFragment()