Searched refs:getScrollView (Results 1 – 13 of 13) 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()
44 mScrollView = getActivity().getScrollView(); in setUp()
46 mScrollView = getActivity().getScrollView(); in setUp()
40 getActivity().getScrollView().getScrollY()); in testPreconditions()42 getActivity().getIsv().getHeight() > getActivity().getScrollView().getHeight()); in testPreconditions()46 getActivity().getScrollView().getScrollY()); in testPreconditions()62 getActivity().getScrollView().getScrollY()); in testMovingFocusDownToItemTallerThanScreenStillOnScreen()
39 public ScrollView getScrollView() { in getScrollView() method in ScrollViewButtonsAndLabels
45 mScrollView = getActivity().getScrollView(); in setUp()
90 assertEquals(View.SCROLL_INDICATOR_BOTTOM, glifLayout.getScrollView().getScrollIndicators()); in testGlifTheme()129 glifLayout.getScrollView().getScrollIndicators()); in testGlifV2Theme()
113 final ScrollView scrollView = getScrollView(); in init()197 public ScrollView getScrollView() { in getScrollView() method in GlifLayout
87 final ScrollView scrollView = getScrollView(); in init()187 public ScrollView getScrollView() { in getScrollView() method in SetupWizardLayout
212 public ScrollView getScrollView() { in getScrollView() method in ScrollViewScenario
92 .that(layout.getScrollView()) in testGetScrollView()
719 protected ScrollView getScrollView() { in getScrollView() method in RecipientEditTextView