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.java692 ((MyScrollView) mScrollViewCustom).computeVerticalScrollRange(), TOLERANCE); in testComputeVerticalScrollRange()
696 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeVerticalScrollRange()
935 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollViewTest.MyScrollView
936 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DAbsListViewTest.java571 assertEquals(0, listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues()
577 assertEquals(mCountriesAdapter.getCount(), listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues()
1231 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in AbsListViewTest.MyListView
1232 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DHorizontalScrollViewTest.java915 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in HorizontalScrollViewTest.MyHorizontalScrollView
916 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DTextViewTest.java5087 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange()
5091 … assertEquals(mTextView.getHeight(), ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange()
5096 ((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.java1037 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptHoverEvent_scrollabilityAffectsResult()
1093 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptTouchEvent_scrollabilityAffectsResult()
1152 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
3484 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewGroupTest.ScrollTestView
3485 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DViewTest.java460 when(view.computeVerticalScrollRange()).thenReturn(canScroll ? 101 : 100); in onHoverEvent_awakensScrollBars()
621 when(view.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
1085 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
1092 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
1099 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
1109 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
5454 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewTest.ScrollTestView
5455 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()