Searched refs:computeScrollExtent (Results 1 – 3 of 3) sorted by relevance
60 static int computeScrollExtent(RecyclerView.State state, OrientationHelper orientation, in computeScrollExtent() method in ScrollbarHelper
1058 return computeScrollExtent(state); in computeHorizontalScrollExtent()1063 return computeScrollExtent(state); in computeVerticalScrollExtent()1087 private int computeScrollExtent(RecyclerView.State state) { in computeScrollExtent() method1092 return ScrollbarHelper.computeScrollExtent(state, mOrientationHelper, in computeScrollExtent()
1070 return computeScrollExtent(state);1073 private int computeScrollExtent(RecyclerView.State state) {1077 return ScrollbarHelper.computeScrollExtent(state, mPrimaryOrientation,1085 return computeScrollExtent(state);