Searched refs:scrollView (Results 1 – 5 of 5) sorted by relevance
83 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testReceiveData() local97 scrollView.postInvalidate(); in testReceiveData()109 WidgetTestUtils.runOnMainAndDrawSync(mActivityRule, scrollView, null); in testReceiveData()117 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testMultipleListeners() local146 mActivityRule.runOnUiThread(() -> scrollView.fling(-100)); in testMultipleListeners()160 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testDropCount() local179 mActivityRule.runOnUiThread(() -> scrollView.fling(-100)); in testDropCount()
306 final ScrollView scrollView = (ScrollView) mActivity.findViewById(R.id.scroll_view); in testAccessOnScrollChangedListener() local308 mViewTreeObserver = scrollView.getViewTreeObserver(); in testAccessOnScrollChangedListener()314 mActivityRule.runOnUiThread(() -> scrollView.fullScroll(View.FOCUS_DOWN)); in testAccessOnScrollChangedListener()321 mActivityRule.runOnUiThread(() -> scrollView.fullScroll(View.FOCUS_UP)); in testAccessOnScrollChangedListener()
717 MockView scrollView = (MockView) mActivity.findViewById(R.id.scroll_view); in testAccessTag() local732 scrollView.setTag(viewGroup); in testAccessTag()733 assertSame(viewGroup, scrollView.getTag()); in testAccessTag()737 assertSame(scrollView, viewGroup.findViewWithTag(viewGroup)); in testAccessTag()2297 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationInWindow() local2298 scrollView.getLocationInWindow(location); in testGetLocationInWindow()2333 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationOnScreen() local2334 scrollView.getLocationOnScreen(location); in testGetLocationOnScreen()2341 final View scrollView = mActivity.findViewById(R.id.scroll_view); in testGetLocationOnScreenNullArray() local2343 scrollView.getLocationOnScreen(null); in testGetLocationOnScreenNullArray()[all …]
628 final HorizontalScrollView scrollView = new HorizontalScrollView(getContext()); in KeyboardLayoutView() local630 scrollView.setLayoutParams(scrollViewParams); in KeyboardLayoutView()639 scrollView.addView(suggestionView, new LayoutParams(MATCH_PARENT, MATCH_PARENT)); in KeyboardLayoutView()642 mLayout.addView(scrollView); in KeyboardLayoutView()
686 MyHorizontalScrollView scrollView = new MyHorizontalScrollView(mActivity); in testComputeHorizontalScrollRange() local687 assertEquals(0, scrollView.getChildCount()); in testComputeHorizontalScrollRange()688 assertEquals(0, scrollView.computeHorizontalScrollRange()); in testComputeHorizontalScrollRange()