Searched refs:scrollView (Results 1 – 4 of 4) sorted by relevance
71 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testReceiveData() local85 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() local134 mActivityRule.runOnUiThread(() -> scrollView.fling(-100)); in testMultipleListeners()148 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testDropCount() local167 mActivityRule.runOnUiThread(() -> scrollView.fling(-100)); in testDropCount()
289 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testAccessOnScrollChangedListener() local291 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()
577 MockView scrollView = (MockView) mActivity.findViewById(R.id.scroll_view); in testAccessTag() local592 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() local2126 scrollView.getLocationInWindow(location); in testGetLocationInWindow()2161 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationOnScreen() local2162 scrollView.getLocationOnScreen(location); in testGetLocationOnScreen()2169 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationOnScreenNullArray() local2171 scrollView.getLocationOnScreen(null); in testGetLocationOnScreenNullArray()[all …]
662 MyHorizontalScrollView scrollView = new MyHorizontalScrollView(mActivity); in testComputeHorizontalScrollRange() local663 assertEquals(0, scrollView.getChildCount()); in testComputeHorizontalScrollRange()664 assertEquals(0, scrollView.computeHorizontalScrollRange()); in testComputeHorizontalScrollRange()