Searched refs:computeScrollExtent (Results 1 – 2 of 2) sorted by relevance
61 static int computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, in computeScrollExtent() method in ScrollbarHelper
1063 return computeScrollExtent(state); in computeHorizontalScrollExtent()1068 return computeScrollExtent(state); in computeVerticalScrollExtent()1092 private int computeScrollExtent(RecyclerView.State state) { in computeScrollExtent() method1097 return ScrollbarHelper.computeScrollExtent(state, mOrientationHelper, in computeScrollExtent()