Home
last modified time | relevance | path

Searched defs:create (Results 1 – 4 of 4) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DLazyStateRestorationTest.kt245 abstract fun create(context: Context): RecyclerView.LayoutManager in create() method in androidx.recyclerview.widget.LazyStateRestorationTest.LayoutManagerFactory
253 override fun create(context: Context): RecyclerView.LayoutManager { in create() method in androidx.recyclerview.widget.LazyStateRestorationTest.LinearLayoutManagerFactory
261 override fun create(context: Context): RecyclerView.LayoutManager { in create() method in androidx.recyclerview.widget.LazyStateRestorationTest.GridLayoutManagerFactory
269 override fun create(context: Context): RecyclerView.LayoutManager { in describe() method in androidx.recyclerview.widget.LazyStateRestorationTest.StaggeredGridLayoutManagerFactory
/recyclerview/recyclerview-selection/src/main/java/androidx/recyclerview/selection/
DBandSelectionHelper.java122 static <K> BandSelectionHelper<K> create( in create() method in BandSelectionHelper
DGestureSelectionHelper.java219 static GestureSelectionHelper create( in create() method in GestureSelectionHelper
/recyclerview/recyclerview/src/test/java/androidx/recyclerview/widget/
DOpReorderTest.java636 static Item create() { in create() method in OpReorderTest.Item