Searched refs:computeVerticalScrollRange (Results 1 – 5 of 5) sorted by relevance
91 int availableScrollHeight = computeVerticalScrollRange() - firstPageHeight; in getAvailableScrollHeight()
121 int verticalScrollRange = recyclerView.computeVerticalScrollRange(); in updateContainerAndScrollBarPosition()
198 final int range = mRv.computeVerticalScrollRange(); in isEnabled()298 final int range = mRv.computeVerticalScrollRange(); in computeScrollRatio()
114 public int computeVerticalScrollRange(State state) { in computeVerticalScrollRange() method in ScrollableLayoutManager
249 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in GridViewSpecial