Searched refs:getScrollView (Results 1 – 10 of 10) sorted by relevance
36 mScrollView = getActivity().getScrollView(); in setUp()50 … + "is on screen), but " + getActivity().getScrollView().findFocus() + " does instead", in testPreconditions()51 getActivity().getScrollView().isFocused()); in testPreconditions()64 …assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " d… in testGainFocusAsScrolledOntoScreen()65 getActivity().getScrollView().isFocused()); in testGainFocusAsScrolledOntoScreen()73 …assertTrue("scroll view should have focus, but " + getActivity().getScrollView().findFocus() + " d… in testScrollingButtonOffScreenLosesFocus()74 getActivity().getScrollView().isFocused()); in testScrollingButtonOffScreenLosesFocus()
41 mScrollView = getActivity().getScrollView(); in setUp()52 > getActivity().getScrollView().getHeight()); in testPreconditions()
42 mScrollView = getActivity().getScrollView(); in setUp()
46 mScrollView = getActivity().getScrollView(); in setUp()
39 getActivity().getScrollView().getScrollY()); in testPreconditions()41 getActivity().getIsv().getHeight() > getActivity().getScrollView().getHeight()); in testPreconditions()45 getActivity().getScrollView().getScrollY()); in testPreconditions()61 getActivity().getScrollView().getScrollY()); in testMovingFocusDownToItemTallerThanScreenStillOnScreen()
40 public ScrollView getScrollView() { in getScrollView() method in ScrollViewButtonsAndLabels
212 public ScrollView getScrollView() { in getScrollView() method in ScrollViewScenario
230 private BottomScrollView getScrollView() { in getScrollView() method in SetupWizardLayout237 final BottomScrollView scrollView = getScrollView(); in requireScrollToBottom()
574 protected ScrollView getScrollView() { in getScrollView() method in RecipientEditTextView