Home
last modified time | relevance | path

Searched refs:computeVerticalScrollRange (Results 1 – 8 of 8) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java46 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockTextView
47 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DScrollViewTest.java710 ((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()
DAbsListViewTest.java586 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()
DHorizontalScrollViewTest.java1087 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in HorizontalScrollViewTest.MyHorizontalScrollView
1088 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DTextViewTest.java5235 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/
DMockView.java289 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockView
290 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DViewGroupTest.java1041 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()
DViewTest.java464 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()