Searched refs:computeVerticalScrollRange (Results 1 – 10 of 10) sorted by relevance
50 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollIndicatorsView51 return mSource.computeVerticalScrollRange(); in computeVerticalScrollRange()
28 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MailWebView29 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
266 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MessageScrollView267 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
28 int computeVerticalScrollRange(); in computeVerticalScrollRange() method
60 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollNotifyingListView61 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
198 final int range = mRv.computeVerticalScrollRange(); in isEnabled()298 final int range = mRv.computeVerticalScrollRange(); in computeScrollRatio()
121 int verticalScrollRange = recyclerView.computeVerticalScrollRange(); in updateContainerAndScrollBarPosition()
76 if (mRecyclerView.computeVerticalScrollRange() - mRecyclerView.computeVerticalScrollOffset() in findSnapView()
672 getRecyclerView().computeVerticalScrollRange(), in updatePaginationButtons()
249 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in GridViewSpecial