Home
last modified time | relevance | path

Searched refs:getContentChildAt (Results 1 – 6 of 6) sorted by relevance

/frameworks/base/core/tests/coretests/src/android/widget/scroll/
DButtonsWithTallTextViewInBetween.java32 return getContentChildAt(0); in getTopButton()
36 return getContentChildAt(1); in getMiddleFiller()
40 LinearLayout ll = getContentChildAt(2); in getBottomButton()
DButtonAboveTallInternalSelectionView.java33 return getContentChildAt(0); in getButtonAbove()
37 return getContentChildAt(1); in getIsv()
DShortButtons.java39 return getContentChildAt(index); in getButtonAt()
41 LinearLayout ll = getContentChildAt(3); in getButtonAt()
/frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
DTallTextAboveButtonTest.java37 mTopText = getActivity().getContentChildAt(0); in setUp()
38 mBottomButton = getActivity().getContentChildAt(1); in setUp()
DMultiPageTextWithPaddingTest.java43 mTextView = getActivity().getContentChildAt(0); in setUp()
/frameworks/base/core/tests/coretests/src/android/util/
DScrollViewScenario.java224 public <T extends View> T getContentChildAt(int index) { in getContentChildAt() method in ScrollViewScenario