Home
last modified time | relevance | path

Searched defs:child1 (Results 1 – 7 of 7) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DHorizontalScrollViewTest.java93 TextView child1 = new TextView(mActivity); in testAddView() local
110 TextView child1 = new TextView(mActivity); in testAddViewWithIndex() local
153 TextView child1 = new TextView(mActivity); in testAddViewWithLayoutParams() local
182 TextView child1 = new TextView(mActivity); in testAddViewWithIndexAndLayoutParams() local
DGridViewTest.java268 View child1 = mGridView.getChildAt(1); in testSetHorizontalSpacing() local
304 View child1 = mGridView.getChildAt(1); in testSetVerticalSpacing() local
DScrollViewTest.java111 TextView child1 = new TextView(mActivity); in testAddView() local
128 TextView child1 = new TextView(mActivity); in testAddViewWithIndex() local
171 TextView child1 = new TextView(mActivity); in testAddViewWithLayoutParams() local
200 TextView child1 = new TextView(mActivity); in testAddViewWithIndexAndLayoutParams() local
DTableLayoutTest.java378 View child1 = new TextView(mContext); in testAddView1() local
414 View child1 = new TextView(mContext); in testAddView2() local
455 View child1 = new TextView(mContext); in testAddView3() local
493 View child1 = new TextView(mContext); in testAddView4() local
DLayoutDirectionTest.java109 ViewGroup child1 = (ViewGroup) getActivity().findViewById(child1Id); in checkDirectionForOneLayoutFromXml() local
/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationControllerTest.java120 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) { in assertChildrenDelay()
DAnimatorInflaterTest.java99 final ObjectAnimator child1 = (ObjectAnimator) set.getChildAnimations().get(0); in testLoadAnimator() local