OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:onCreateRecyclerView
(Results
1 - 2
of
2
) sorted by null
/external/setupdesign/main/src/com/google/android/setupdesign/
GlifPreferenceLayout.java
62
* <p>Fragments using this layout <em>must</em> delegate {@code
onCreateRecyclerView
} to the
63
* implementation in this class: {@link #
onCreateRecyclerView
(android.view.LayoutInflater,
92
/** This method must be called in {@code PreferenceFragment#
onCreateRecyclerView
}. */
93
public RecyclerView
onCreateRecyclerView
(
SetupWizardPreferenceLayout.java
62
* <p>Fragments using this layout <em>must</em> delegate {@code
onCreateRecyclerView
} to the
63
* implementation in this class: {@link #
onCreateRecyclerView
}
91
/** This method must be called in {@code PreferenceFragment#
onCreateRecyclerView
}. */
92
public RecyclerView
onCreateRecyclerView
(
Completed in 693 milliseconds