Home
last modified time | relevance | path

Searched refs:getScrollView (Results 1 – 8 of 8) sorted by relevance

/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
H A DTallTextAboveButtonTest.java36 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()
H A DShortButtonsTest.java41 mScrollView = getActivity().getScrollView(); in setUp()
52 > getActivity().getScrollView().getHeight()); in testPreconditions()
H A DMultiPageTextWithPaddingTest.java44 mScrollView = getActivity().getScrollView(); in setUp()
H A DButtonsWithTallTextViewInBetweenTest.java46 mScrollView = getActivity().getScrollView(); in setUp()
/aosp14/frameworks/base/core/tests/coretests/src/android/widget/scroll/
H A DButtonAboveTallInternalSelectionViewTest.java40 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()
H A DScrollViewButtonsAndLabels.java39 public ScrollView getScrollView() { in getScrollView() method in ScrollViewButtonsAndLabels
H A DScrollViewButtonsAndLabelsTest.java45 mScrollView = getActivity().getScrollView(); in setUp()
/aosp14/frameworks/base/core/tests/coretests/src/android/util/
H A DScrollViewScenario.java212 public ScrollView getScrollView() { in getScrollView() method in ScrollViewScenario