Searched refs:computeVerticalScrollRange (Results 1 – 15 of 15) sorted by relevance
95 int computeVerticalScrollRange(); in computeVerticalScrollRange() method
1077 public int computeVerticalScrollRange(RecyclerView.State state) { in computeVerticalScrollRange() method
1838 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in RecyclerView1842 return mLayout.canScrollVertically() ? mLayout.computeVerticalScrollRange(mState) : 0; in computeVerticalScrollRange()9211 public int computeVerticalScrollRange(State state) { in computeVerticalScrollRange() method in RecyclerView.LayoutManager
48 recyclerView.computeVerticalScrollRange() - recyclerView.computeVerticalScrollExtent(); in canScrollDown()
53 doReturn(20).when(mRecyclerView).computeVerticalScrollRange(); in setUp()
132 return computeVerticalScrollRange() > computeVerticalScrollExtent(); in hasVerticalScrollBar()
69 float maxScroll = mParent.computeVerticalScrollRange(); in drawRoundScrollbars()
470 public int computeVerticalScrollRange(); in computeVerticalScrollRange() method
1358 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollView
2362 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method
1204 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in NumberPicker
11052 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in TextView.Drawables11056 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
2112 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in AbsListView
META-INF/ META-INF/MANIFEST.MF javax/ javax/net/ javax/ ...
9855 method public int computeVerticalScrollRange();