Home
last modified time | relevance | path

Searched refs:computeVerticalScrollExtent (Results 1 – 10 of 10) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DMockTextView.java116 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockTextView
117 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DAbsListViewTest.java651 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()
657 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()
661 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()
1359 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListViewTest.MyListView
1360 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DHorizontalScrollViewTest.java1427 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in HorizontalScrollViewTest.MyHorizontalScrollView
1428 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DTextViewTest.java6141 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
6146 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java280 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockView
281 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DViewGroupTest.java1048 when(viewGroup.computeVerticalScrollExtent()).thenReturn(100); in onInterceptHoverEvent_scrollabilityAffectsResult()
1104 when(viewGroup.computeVerticalScrollExtent()).thenReturn(100); in onInterceptTouchEvent_scrollabilityAffectsResult()
1163 when(viewGroup.computeVerticalScrollExtent()).thenReturn(100); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
3540 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in ViewGroupTest.ScrollTestView
3541 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DViewTest.java487 when(view.computeVerticalScrollExtent()).thenReturn(100); in onHoverEvent_awakensScrollBars()
638 when(view.computeVerticalScrollExtent()).thenReturn(100); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
1105 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
1112 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
1119 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
1129 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
5838 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in ViewTest.ScrollTestView
5839 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt4723 name: "computeVerticalScrollExtent"
/cts/common/device-side/bedstead/remoteframeworkclasses/java/apis/
Dsystem-current.txt18575 method public int computeVerticalScrollExtent();
Dcurrent.txt52531 method protected int computeVerticalScrollExtent();