Searched refs:computeVerticalScrollRange (Results 1 – 11 of 11) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MyScrollView.java | 44 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MyScrollView 45 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | MockTextView.java | 99 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockTextView 100 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | AbsListViewTest.java | 480 assertEquals(0, listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 486 assertEquals(mAdapter_countries.getCount(), listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 815 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in AbsListViewTest.MyListView 816 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ScrollViewTest.java | 491 mScrollView.computeVerticalScrollRange(), TOLERANCE); in testComputeVerticalScrollRange() 495 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeVerticalScrollRange()
|
D | GridViewTest.java | 620 protected int computeVerticalScrollRange() { 621 return super.computeVerticalScrollRange();
|
D | HorizontalScrollViewTest.java | 467 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeHorizontalScrollRange()
|
D | TextViewTest.java | 3057 assertEquals(0, textView.computeVerticalScrollRange()); in testComputeVerticalScrollRange() 3060 assertEquals(textView.getHeight(), textView.computeVerticalScrollRange()); in testComputeVerticalScrollRange() 3064 assertEquals(textView.getLayout().getHeight(), textView.computeVerticalScrollRange()); in testComputeVerticalScrollRange()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MyScrollView.java | 44 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MyScrollView 45 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | MockTextView.java | 99 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockTextView 100 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | MockView.java | 261 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockView 262 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ViewTest.java | 725 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 736 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 747 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 760 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
|