Home
last modified time | relevance | path

Searched refs:computeVerticalScrollRange (Results 1 – 10 of 10) 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.java834 ((MyScrollView) mScrollViewCustom).computeVerticalScrollRange(), TOLERANCE); in testComputeVerticalScrollRange()
838 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeVerticalScrollRange()
1520 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollViewTest.MyScrollView
1521 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
1547 scrollTo(0, computeVerticalScrollRange()); in scrollToEnd()
DAbsListViewTest.java649 assertEquals(0, listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues()
655 assertEquals(mCountriesAdapter.getCount(), listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues()
1369 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in AbsListViewTest.MyListView
1370 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DHorizontalScrollViewTest.java1417 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in HorizontalScrollViewTest.MyHorizontalScrollView
1418 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DTextViewTest.java5390 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange()
5394 … assertEquals(mTextView.getHeight(), ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange()
5399 ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java290 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockView
291 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DViewGroupTest.java1049 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptHoverEvent_scrollabilityAffectsResult()
1105 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptTouchEvent_scrollabilityAffectsResult()
1164 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
3535 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewGroupTest.ScrollTestView
3536 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
DViewTest.java488 when(view.computeVerticalScrollRange()).thenReturn(canScroll ? 101 : 100); in onHoverEvent_awakensScrollBars()
639 when(view.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
1104 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
1111 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
1118 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
1128 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll()
5833 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewTest.ScrollTestView
5834 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt18577 method public int computeVerticalScrollRange();
Dcurrent.txt52533 method protected int computeVerticalScrollRange();