Searched refs:computeVerticalScrollExtent (Results 1 – 10 of 10) sorted by relevance
116 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockTextView117 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
651 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.MyListView1360 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
1427 public int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in HorizontalScrollViewTest.MyHorizontalScrollView1428 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
6141 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()6146 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollExtent()); in testComputeVerticalScrollExtent()
280 protected int computeVerticalScrollExtent() { in computeVerticalScrollExtent() method in MockView281 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
1048 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.ScrollTestView3541 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
487 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.ScrollTestView5839 return super.computeVerticalScrollExtent(); in computeVerticalScrollExtent()
4723 name: "computeVerticalScrollExtent"
18575 method public int computeVerticalScrollExtent();
52531 method protected int computeVerticalScrollExtent();