Home
last modified time | relevance | path

Searched defs:createLayoutManager (Results 1 – 6 of 6) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DLinearLayoutManagerWrapContentTest.java146 RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager() method in LinearLayoutManagerWrapContentTest
DStaggeredGridLayoutManagerWrapContentTest.java149 RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager() method in StaggeredGridLayoutManagerWrapContentTest
DGridLayoutManagerWrapContentTest.java65 RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager() method in GridLayoutManagerWrapContentTest
DLazyStateRestorationTest.kt64 private fun createLayoutManager(): RecyclerView.LayoutManager { in createLayoutManager() method in androidx.recyclerview.widget.LazyStateRestorationTest
DBaseWrapContentTest.java67 abstract RecyclerView.LayoutManager createLayoutManager(); in createLayoutManager() method in BaseWrapContentTest
249 public RecyclerView.LayoutManager createLayoutManager() { in createLayoutManager() method in BaseWrapContentTest.Scenario
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DRecyclerView.java918 private void createLayoutManager(Context context, String className, AttributeSet attrs, in createLayoutManager() method in RecyclerView