Home
last modified time | relevance | path

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

/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
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()
DShortButtonsTest.java41 mScrollView = getActivity().getScrollView(); in setUp()
52 > getActivity().getScrollView().getHeight()); in testPreconditions()
DMultiPageTextWithPaddingTest.java42 mScrollView = getActivity().getScrollView(); in setUp()
DButtonsWithTallTextViewInBetweenTest.java46 mScrollView = getActivity().getScrollView(); in setUp()
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DButtonAboveTallInternalSelectionViewTest.java39 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()
DScrollViewButtonsAndLabels.java40 public ScrollView getScrollView() { in getScrollView() method in ScrollViewButtonsAndLabels
DScrollViewButtonsAndLabelsTest.java46 mScrollView = getActivity().getScrollView(); in setUp()
/frameworks/base/core/tests/coretests/src/android/util/
DScrollViewScenario.java212 public ScrollView getScrollView() { in getScrollView() method in ScrollViewScenario
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DSetupWizardLayout.java230 private BottomScrollView getScrollView() { in getScrollView() method in SetupWizardLayout
237 final BottomScrollView scrollView = getScrollView(); in requireScrollToBottom()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java574 protected ScrollView getScrollView() { in getScrollView() method in RecipientEditTextView