Searched refs:computeVerticalScrollRange (Results 1 – 8 of 8) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | MockTextView.java | 46 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockTextView 47 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ScrollViewTest.java | 692 ((MyScrollView) mScrollViewCustom).computeVerticalScrollRange(), TOLERANCE); in testComputeVerticalScrollRange() 696 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeVerticalScrollRange() 935 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ScrollViewTest.MyScrollView 936 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | AbsListViewTest.java | 571 assertEquals(0, listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 577 assertEquals(mCountriesAdapter.getCount(), listView.computeVerticalScrollRange()); in testComputeVerticalScrollValues() 1231 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in AbsListViewTest.MyListView 1232 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | HorizontalScrollViewTest.java | 915 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in HorizontalScrollViewTest.MyHorizontalScrollView 916 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | TextViewTest.java | 5087 assertEquals(0, ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange() 5091 … assertEquals(mTextView.getHeight(), ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange() 5096 ((MockTextView) mTextView).computeVerticalScrollRange()); in testComputeVerticalScrollRange()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | MockView.java | 289 protected int computeVerticalScrollRange() { in computeVerticalScrollRange() method in MockView 290 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ViewGroupTest.java | 1037 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptHoverEvent_scrollabilityAffectsResult() 1093 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onInterceptTouchEvent_scrollabilityAffectsResult() 1152 when(viewGroup.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() 3484 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewGroupTest.ScrollTestView 3485 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|
D | ViewTest.java | 460 when(view.computeVerticalScrollRange()).thenReturn(canScroll ? 101 : 100); in onHoverEvent_awakensScrollBars() 621 when(view.computeVerticalScrollRange()).thenReturn(range); in onResolvePointerIcon_scrollabilityAffectsPointerIcon() 1085 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 1092 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 1099 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 1109 assertEquals(view.getHeight(), view.computeVerticalScrollRange()); in testComputeVerticalScroll() 5454 public int computeVerticalScrollRange() { in computeVerticalScrollRange() method in ViewTest.ScrollTestView 5455 return super.computeVerticalScrollRange(); in computeVerticalScrollRange()
|