Searched refs:computeVerticalScrollRange (Results 1 – 12 of 12) 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 | MyHorizontalScrollView.java | 72 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MyHorizontalScrollView 73 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 | 481 assertEquals(0, listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 487 assertEquals(mAdapter_countries.getCount(), listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 908 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in AbsListViewTest.MyListView 909 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | GridViewTest.java | 697 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in GridViewTest.MockGridView 698 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ScrollViewTest.java | 668 mScrollView.computeVerticalScrollRange(), TOLERANCE); in testComputeVerticalScrollRange() 672 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeVerticalScrollRange()
|
D | TextViewTest.java | 3601 assertEquals(0, textView.computeVerticalScrollRange()); in testComputeVerticalScrollRange() 3604 assertEquals(textView.getHeight(), textView.computeVerticalScrollRange()); in testComputeVerticalScrollRange() 3608 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 | 279 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockView 280 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ViewTest.java | 875 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 887 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 899 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 913 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
|
/cts/tools/dex-tools/dex/ |
D | classes.out.dex | 85772 protected int computeVerticalScrollRange() 93422 protected int computeVerticalScrollRange() 96759 protected int computeVerticalScrollRange() 99823 protected int computeVerticalScrollRange() 103961 protected int computeVerticalScrollRange() 106424 protected int computeVerticalScrollRange()
|