HomeSort by relevance Sort by last modified time
    Searched refs:getContentChildAt (Results 1 - 6 of 6) sorted by null

  /frameworks/base/core/tests/coretests/src/android/widget/scroll/
ButtonsWithTallTextViewInBetween.java 32 return getContentChildAt(0);
36 return getContentChildAt(1);
40 LinearLayout ll = getContentChildAt(2);
ButtonAboveTallInternalSelectionView.java 33 return getContentChildAt(0);
37 return getContentChildAt(1);
ShortButtons.java 39 return getContentChildAt(index);
41 LinearLayout ll = getContentChildAt(3);
  /frameworks/base/core/tests/coretests/src/android/widget/scroll/arrowscroll/
TallTextAboveButtonTest.java 37 mTopText = getActivity().getContentChildAt(0);
38 mBottomButton = getActivity().getContentChildAt(1);
MultiPageTextWithPaddingTest.java 43 mTextView = getActivity().getContentChildAt(0);
  /frameworks/base/core/tests/coretests/src/android/util/
ScrollViewScenario.java 224 public <T extends View> T getContentChildAt(int index) {

Completed in 92 milliseconds