Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvCompatListActivity.java34 public static class RecyclerViewFragment extends Fragment { class in RvCompatListActivity
57 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()