Home
last modified time | relevance | path

Searched refs:myScrollView (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DScrollViewTest.java493 MyScrollView myScrollView = new MyScrollView(mActivity); in testComputeVerticalScrollRange() local
494 assertEquals(0, myScrollView.getChildCount()); in testComputeVerticalScrollRange()
495 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeVerticalScrollRange()
596 MyScrollView myScrollView = new MyScrollView(mActivity); local
597 assertEquals(0, myScrollView.getChildCount());
DHorizontalScrollViewTest.java465 MyScrollView myScrollView = new MyScrollView(mActivity); in testComputeHorizontalScrollRange() local
466 assertEquals(0, myScrollView.getChildCount()); in testComputeHorizontalScrollRange()
467 assertEquals(0, myScrollView.computeVerticalScrollRange()); in testComputeHorizontalScrollRange()
567 MyScrollView myScrollView = new MyScrollView(mActivity); local
568 assertEquals(0, myScrollView.getChildCount());