Searched refs:computeVerticalScrollExtent (Results 1 – 6 of 6) sorted by relevance
116 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockTextView117 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
577 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()583 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()587 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()1196 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListViewTest.MyListView1197 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
902 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in HorizontalScrollViewTest.MyHorizontalScrollView903 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
5415 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()5420 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
266 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockView267 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
954 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()961 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()968 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()978 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()