Searched refs:computeVerticalScrollExtent (Results 1 – 8 of 8) sorted by relevance
116 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockTextView117 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
573 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.MyListView1222 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
925 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in HorizontalScrollViewTest.MyHorizontalScrollView926 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
5769 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()5774 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
279 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockView280 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
1036 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.ScrollTestView3490 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
459 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.ScrollTestView5460 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
4723 name: "computeVerticalScrollExtent"