Home
last modified time | relevance | path

Searched refs:getScrollView (Results 1 – 13 of 13) 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.java44 mScrollView = getActivity().getScrollView(); in setUp()
DButtonsWithTallTextViewInBetweenTest.java46 mScrollView = getActivity().getScrollView(); in setUp()
/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DButtonAboveTallInternalSelectionViewTest.java41 getActivity().getScrollView().getScrollY()); in testPreconditions()
43 getActivity().getIsv().getHeight() > getActivity().getScrollView().getHeight()); in testPreconditions()
47 getActivity().getScrollView().getScrollY()); in testPreconditions()
63 getActivity().getScrollView().getScrollY()); in testMovingFocusDownToItemTallerThanScreenStillOnScreen()
DScrollViewButtonsAndLabels.java40 public ScrollView getScrollView() { in getScrollView() method in ScrollViewButtonsAndLabels
DScrollViewButtonsAndLabelsTest.java47 mScrollView = getActivity().getScrollView(); in setUp()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifLayoutTest.java93 glifLayout.getScrollView().getScrollIndicators()); in testGlifTheme()
126 glifLayout.getScrollView().getScrollIndicators()); in testGlifV2Theme()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifLayout.java114 final ScrollView scrollView = getScrollView(); in init()
174 public ScrollView getScrollView() { in getScrollView() method in GlifLayout
DSetupWizardLayout.java88 final ScrollView scrollView = getScrollView(); in init()
190 public ScrollView getScrollView() { in getScrollView() method in SetupWizardLayout
/frameworks/base/core/tests/coretests/src/android/util/
DScrollViewScenario.java212 public ScrollView getScrollView() { in getScrollView() method in ScrollViewScenario
/frameworks/opt/setupwizard/library/test/robotest/src/com/android/setupwizardlib/
DGlifLayoutTest.java96 layout.getScrollView()); in testGetScrollView()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java716 protected ScrollView getScrollView() { in getScrollView() method in RecipientEditTextView