Home
last modified time | relevance | path

Searched defs:child2 (Results 1 – 5 of 5) sorted by relevance

/cts/tests/tests/widget/src/android/widget/cts/
DTableLayoutTest.java385 View child2 = new RelativeLayout(mContext); in testAddView1() local
421 View child2 = new RelativeLayout(mContext); in testAddView2() local
465 View child2 = new TableRow(mContext); in testAddView3() local
503 View child2 = new TableRow(mContext); in testAddView4() local
DLayoutDirectionTest.java112 ViewGroup child2 = (ViewGroup) getActivity().findViewById(child2Id); in checkDirectionForOneLayoutFromXml() local
DTabHostTest.java296 TextView child2 = (TextView) tabHost.getTabContentView().getChildAt(2); in testGetTabContentView() local
/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationControllerTest.java120 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) { in assertChildrenDelay()
DAnimatorInflaterTest.java100 final ObjectAnimator child2 = (ObjectAnimator) set.getChildAnimations().get(1); in testLoadAnimator() local