Home
last modified time | relevance | path

Searched refs:computeVerticalScrollExtent (Results 1 – 8 of 8) 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.java573 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()
579 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()
583 assertEquals(0, listView.computeVerticalScrollExtent()); in testComputeVerticalScrollValues()
1221 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in AbsListViewTest.MyListView
1222 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DHorizontalScrollViewTest.java925 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in HorizontalScrollViewTest.MyHorizontalScrollView
926 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DTextViewTest.java5769 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
5774 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
/cts/tests/tests/view/src/android/view/cts/
DMockView.java279 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockView
280 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DViewGroupTest.java1036 when(viewGroup.computeVerticalScrollExtent()).thenReturn(100); in onInterceptHoverEvent_scrollabilityAffectsResult()
1092 when(viewGroup.computeVerticalScrollExtent()).thenReturn(100); in onInterceptTouchEvent_scrollabilityAffectsResult()
1151 when(viewGroup.computeVerticalScrollExtent()).thenReturn(100); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
3489 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in ViewGroupTest.ScrollTestView
3490 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
DViewTest.java459 when(view.computeVerticalScrollExtent()).thenReturn(100); in onHoverEvent_awakensScrollBars()
620 when(view.computeVerticalScrollExtent()).thenReturn(100); in onResolvePointerIcon_scrollabilityAffectsPointerIcon()
1086 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
1093 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
1100 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
1110 assertEquals(view.getHeight(), view.computeVerticalScrollExtent()); in testComputeVerticalScroll()
5459 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in ViewTest.ScrollTestView
5460 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
/cts/tools/release-parser/tests/resources/
DShell.apk.pb.txt4723 name: "computeVerticalScrollExtent"