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

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

Completed in 72 milliseconds