Home
last modified time | relevance | path

Searched defs:canScrollVertically (Results 1 – 7 of 7) sorted by relevance

/recyclerview/recyclerview/src/androidTest/java/androidx/recyclerview/widget/
DRecyclerViewOnGenericMotionEventTest.java248 MockLayoutManager(boolean canScrollHorizontally, boolean canScrollVertically) { in MockLayoutManager()
277 public boolean canScrollVertically() { in canScrollVertically() method in RecyclerViewOnGenericMotionEventTest.MockLayoutManager
DRecyclerViewPrefetchTest.kt41 override fun canScrollVertically(): Boolean = true in canScrollHorizontally() method in androidx.recyclerview.widget.RecyclerViewPrefetchTest.PrefetchLayoutManager
DRecyclerViewBasicTest.java777 public boolean canScrollVertically() { in canScrollVertically() method in RecyclerViewBasicTest.MockLayoutManager
DBaseRecyclerViewAnimationsTest.java200 public boolean canScrollVertically() { in canScrollVertically() method in BaseRecyclerViewAnimationsTest.AnimationLayoutManager
DBaseRecyclerViewInstrumentationTest.java739 public boolean canScrollVertically() { in canScrollVertically() method in BaseRecyclerViewInstrumentationTest.TestLayoutManager
/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DLinearLayoutManager.java376 public boolean canScrollVertically() { in canScrollVertically() method in LinearLayoutManager
DRecyclerView.java9411 public boolean canScrollVertically() { in canScrollVertically() method in RecyclerView.LayoutManager