Home
last modified time | relevance | path

Searched defs:computeVerticalScrollExtent (Results 1 – 2 of 2) sorted by relevance

/recyclerview/recyclerview/src/main/java/androidx/recyclerview/widget/
DLinearLayoutManager.java1242 public int computeVerticalScrollExtent(RecyclerView.State state) { in computeVerticalScrollExtent() method
DRecyclerView.java2541 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in RecyclerView
11172 public int computeVerticalScrollExtent(@NonNull State state) { in computeVerticalScrollExtent() method in RecyclerView.LayoutManager