Home
last modified time | relevance | path

Searched refs:scrollView (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/view/src/android/view/cts/
DFrameMetricsListenerTest.java71 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testReceiveData() local
85 scrollView.postInvalidate(); in testReceiveData()
97 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, scrollView, null); in testReceiveData()
105 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testMultipleListeners() local
134 mActivityRule.runOnUiThread(() -> scrollView.fling(-100)); in testMultipleListeners()
148 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testDropCount() local
167 mActivityRule.runOnUiThread(() -> scrollView.fling(-100)); in testDropCount()
DViewTreeObserverTest.java289 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testAccessOnScrollChangedListener() local
291 mViewTreeObserver = scrollView.getViewTreeObserver(); in testAccessOnScrollChangedListener()
297 mActivityRule.runOnUiThread(() -> scrollView.fullScroll(View.FOCUS_DOWN)); in testAccessOnScrollChangedListener()
304 mActivityRule.runOnUiThread(() -> scrollView.fullScroll(View.FOCUS_UP)); in testAccessOnScrollChangedListener()
DViewTest.java577 MockView scrollView = (MockView) mActivity.findViewById(R.id.scroll_view); in testAccessTag() local
592 scrollView.setTag(viewGroup); in testAccessTag()
593 assertSame(viewGroup, scrollView.getTag()); in testAccessTag()
597 assertSame(scrollView, viewGroup.findViewWithTag(viewGroup)); in testAccessTag()
2125 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationInWindow() local
2126 scrollView.getLocationInWindow(location); in testGetLocationInWindow()
2161 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationOnScreen() local
2162 scrollView.getLocationOnScreen(location); in testGetLocationOnScreen()
2169 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationOnScreenNullArray() local
2171 scrollView.getLocationOnScreen(null); in testGetLocationOnScreenNullArray()
[all …]
/cts/tests/tests/widget/src/android/widget/cts/
DHorizontalScrollViewTest.java662 MyHorizontalScrollView scrollView = new MyHorizontalScrollView(mActivity); in testComputeHorizontalScrollRange() local
663 assertEquals(0, scrollView.getChildCount()); in testComputeHorizontalScrollRange()
664 assertEquals(0, scrollView.computeHorizontalScrollRange()); in testComputeHorizontalScrollRange()