Searched refs:onCreateRecyclerView (Results 1 - 7 of 7) sorted by relevance

/frameworks/support/leanback-preference/src/main/java/androidx/leanback/preference/
H A DBaseLeanbackPreferenceFragment.java39 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, method in class:BaseLeanbackPreferenceFragment
/frameworks/opt/setupwizard/library/recyclerview/test/instrumentation/src/com/android/setupwizardlib/test/
H A DGlifPreferenceLayoutTest.java71 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
84 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
H A DSetupWizardPreferenceLayoutTest.java71 final RecyclerView recyclerView = layout.onCreateRecyclerView(LayoutInflater.from(mContext),
84 layout.addView(layout.onCreateRecyclerView(LayoutInflater.from(mContext), layout,
/frameworks/opt/setupwizard/library/recyclerview/src/com/android/setupwizardlib/
H A DGlifPreferenceLayout.java61 * <p />Fragments using this layout <em>must</em> delegate {@code onCreateRecyclerView} to the
63 * {@link #onCreateRecyclerView(android.view.LayoutInflater, android.view.ViewGroup,
93 * This method must be called in {@code PreferenceFragment#onCreateRecyclerView}.
95 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, method in class:GlifPreferenceLayout
H A DSetupWizardPreferenceLayout.java61 * <p />Fragments using this layout <em>must</em> delegate {@code onCreateRecyclerView} to the
62 * implementation in this class: {@link #onCreateRecyclerView}
91 * This method must be called in {@code PreferenceFragment#onCreateRecyclerView}.
93 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, method in class:SetupWizardPreferenceLayout
/frameworks/support/preference/src/main/java/androidx/preference/
H A DPreferenceFragment.java279 final RecyclerView listView = onCreateRecyclerView(themedInflater, listContainer,
579 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, method in class:PreferenceFragment
593 * Called from {@link #onCreateRecyclerView} to create the
H A DPreferenceFragmentCompat.java279 final RecyclerView listView = onCreateRecyclerView(themedInflater, listContainer,
579 public RecyclerView onCreateRecyclerView(LayoutInflater inflater, ViewGroup parent, method in class:PreferenceFragmentCompat
592 * Called from {@link #onCreateRecyclerView} to create the

Completed in 81 milliseconds