Searched refs:computeVerticalScrollRange (Results 1 – 9 of 9) sorted by relevance
28 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MailWebView29 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
50 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollIndicatorsView51 return mSource.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()
393 mRecyclerView.computeVerticalScrollRange(), in updatePaginationButtons()
602 public int computeVerticalScrollRange(RecyclerView.State state) { in computeVerticalScrollRange() method in CarLayoutManager
249 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in GridViewSpecial