Searched refs:computeVerticalScrollRange (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MockTextView.java | 46 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockTextView 47 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ScrollViewTest.java | 710 ((MyScrollView) mScrollViewCustom).computeVerticalScrollRange(), TOLERANCE); in testComputeVerticalScrollRange() 714 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeVerticalScrollRange() 1088 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollViewTest.MyScrollView 1089 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | AbsListViewTest.java | 586 assertEquals(0, listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 592 assertEquals(mCountriesAdapter.getCount(), listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 1299 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in AbsListViewTest.MyListView 1300 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | HorizontalScrollViewTest.java | 1087 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in HorizontalScrollViewTest.MyHorizontalScrollView 1088 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | TextViewTest.java | 5235 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange() 5239 … assertEquals(mTextView.getHeight(), ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange() 5244 ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 289 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockView 290 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ViewGroupTest.java | 1041 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptHoverEvent_scrollabilityAffectsResult() 1097 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptTouchEvent_scrollabilityAffectsResult() 1156 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() 3509 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewGroupTest.ScrollTestView 3510 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ViewTest.java | 464 when(view.computeVerticalScrollRange()).thenReturn(canScroll ? 101 : 100); in onHoverEvent_awakensScrollBars() 629 when(view.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() 1093 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 1100 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 1107 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 1117 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 5565 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewTest.ScrollTestView 5566 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|