Home
last modified time | relevance | path

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

/aosp12/frameworks/base/tests/UiBench/src/com/android/test/uibench/recyclerview/
H A DRvCompatListActivity.java58 initializeRecyclerViewFragment(fragment); in onCreate()
61 initializeRecyclerViewFragment((RecyclerViewFragment) existingFragment); in onCreate()
65 private void initializeRecyclerViewFragment(RecyclerViewFragment fragment) { in initializeRecyclerViewFragment() method in RvCompatListActivity