Home
last modified time | relevance | path

Searched defs:child0 (Results 1 – 4 of 4) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DHorizontalScrollViewTest.java88 TextView child0 = new TextView(mActivity); in testAddView() local
105 TextView child0 = new TextView(mActivity); in testAddViewWithIndex() local
146 TextView child0 = new TextView(mActivity); in testAddViewWithLayoutParams() local
175 TextView child0 = new TextView(mActivity); in testAddViewWithIndexAndLayoutParams() local
DGridViewTest.java267 View child0 = mGridView.getChildAt(0); in testSetHorizontalSpacing() local
303 View child0 = mGridView.getChildAt(0); in testSetVerticalSpacing() local
DScrollViewTest.java106 TextView child0 = new TextView(mActivity); in testAddView() local
123 TextView child0 = new TextView(mActivity); in testAddViewWithIndex() local
164 TextView child0 = new TextView(mActivity); in testAddViewWithLayoutParams() local
193 TextView child0 = new TextView(mActivity); in testAddViewWithIndexAndLayoutParams() local
DTabHostTest.java292 TextView child0 = (TextView) tabHost.getTabContentView().getChildAt(0); in testGetTabContentView() local