Searched refs:scrollView (Results 1 – 5 of 5) sorted by relevance
| /cts/tests/tests/widget/src/android/widget/cts/ |
| D | HorizontalScrollViewTest.java | 78 HorizontalScrollView scrollView = new HorizontalScrollView(mActivity); in testGetMaxScrollAmount() local 79 scrollView.layout(0, 0, 100, 200); in testGetMaxScrollAmount() 80 assertEquals((100 - 0) / 2, scrollView.getMaxScrollAmount()); in testGetMaxScrollAmount() 82 scrollView.layout(0, 0, 150, 100); in testGetMaxScrollAmount() 83 assertEquals((150 - 0) / 2, scrollView.getMaxScrollAmount()); in testGetMaxScrollAmount() 87 HorizontalScrollView scrollView = new HorizontalScrollView(mActivity); in testAddView() local 89 scrollView.addView(child0); in testAddView() 90 assertSame(child0, scrollView.getChildAt(0)); in testAddView() 92 assertEquals(1, scrollView.getChildCount()); in testAddView() 95 scrollView.addView(child1); in testAddView() [all …]
|
| D | ScrollViewTest.java | 96 ScrollView scrollView = new ScrollView(mActivity); in testGetMaxScrollAmount() local 97 scrollView.layout(0, 0, 100, 200); in testGetMaxScrollAmount() 98 assertEquals((200 - 0) / 2, scrollView.getMaxScrollAmount()); in testGetMaxScrollAmount() 100 scrollView.layout(0, 0, 150, 100); in testGetMaxScrollAmount() 101 assertEquals((100 - 0) / 2, scrollView.getMaxScrollAmount()); in testGetMaxScrollAmount() 105 ScrollView scrollView = new ScrollView(mActivity); in testAddView() local 107 scrollView.addView(child0); in testAddView() 108 assertSame(child0, scrollView.getChildAt(0)); in testAddView() 110 assertEquals(1, scrollView.getChildCount()); in testAddView() 113 scrollView.addView(child1); in testAddView() [all …]
|
| /cts/tests/tests/view/src/android/view/cts/ |
| D | ViewTreeObserverTest.java | 331 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testAccessOnScrollChangedListener() local 333 mViewTreeObserver = scrollView.getViewTreeObserver(); in testAccessOnScrollChangedListener() 342 scrollView.fullScroll(View.FOCUS_DOWN); in testAccessOnScrollChangedListener() 360 scrollView.fullScroll(View.FOCUS_UP); in testAccessOnScrollChangedListener()
|
| D | ViewTest.java | 291 MockView scrollView = (MockView) mActivity.findViewById(R.id.scroll_view); in testAccessTag() local 306 scrollView.setTag(viewGroup); in testAccessTag() 307 assertSame(viewGroup, scrollView.getTag()); in testAccessTag() 311 assertSame(scrollView, viewGroup.findViewWithTag(viewGroup)); in testAccessTag() 1617 View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationInWindow() local 1618 scrollView.getLocationInWindow(location); in testGetLocationInWindow() 1649 View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationOnScreen() local 1650 scrollView.getLocationOnScreen(location); in testGetLocationOnScreen() 1655 scrollView.getLocationOnScreen(null); in testGetLocationOnScreen() 1661 scrollView.getLocationOnScreen(new int[] { 0 }); in testGetLocationOnScreen() [all …]
|
| /cts/tools/dex-tools/dex/ |
| D | classes.out.dex | 112628 public static final int scrollView
|