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.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()
DScrollViewButtonsAndLabels.java39 public ScrollView getScrollView() { in getScrollView() method in ScrollViewButtonsAndLabels
DScrollViewButtonsAndLabelsTest.java45 mScrollView = getActivity().getScrollView(); in setUp()
/frameworks/opt/setupwizard/library/test/instrumentation/src/com/android/setupwizardlib/test/
DGlifLayoutTest.java90 assertEquals(View.SCROLL_INDICATOR_BOTTOM, glifLayout.getScrollView().getScrollIndicators()); in testGlifTheme()
129 glifLayout.getScrollView().getScrollIndicators()); in testGlifV2Theme()
/frameworks/opt/setupwizard/library/main/src/com/android/setupwizardlib/
DGlifLayout.java113 final ScrollView scrollView = getScrollView(); in init()
197 public ScrollView getScrollView() { in getScrollView() method in GlifLayout
DSetupWizardLayout.java87 final ScrollView scrollView = getScrollView(); in init()
187 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.java92 .that(layout.getScrollView()) in testGetScrollView()
/frameworks/opt/chips/src/com/android/ex/chips/
DRecipientEditTextView.java719 protected ScrollView getScrollView() { in getScrollView() method in RecipientEditTextView