Home
last modified time | relevance | path

Searched refs:computeVerticalScrollExtent (Results 1 – 6 of 6) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java116 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockTextView
117 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DAbsListViewTest.java577 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.MyListView
1197 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DHorizontalScrollViewTest.java902 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in HorizontalScrollViewTest.MyHorizontalScrollView
903 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DTextViewTest.java5415 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
5420 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java266 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockView
267 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DViewTest.java954 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()