Home
last modified time | relevance | path

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

/cts/tests/tests/widget/src/android/widget/cts/
DTableLayoutTest.java380 View child1 = new TextView(mActivity); in testAddView() local
415 View child1 = new TextView(mActivity); in testAddViewAtIndex() local
456 View child1 = new TextView(mActivity); in testAddViewWithLayoutParams() local
497 View child1 = new TextView(mActivity); in testAddViewAtIndexWithLayoutParams() local
DScrollViewTest.java156 TextView child1 = new TextView(mActivity); in testAddView() local
174 TextView child1 = new TextView(mActivity); in testAddViewWithIndex() local
218 TextView child1 = new TextView(mActivity); in testAddViewWithLayoutParams() local
248 TextView child1 = new TextView(mActivity); in testAddViewWithIndexAndLayoutParams() local
DHorizontalScrollViewTest.java143 TextView child1 = new TextView(mActivity); in testAddView() local
161 TextView child1 = new TextView(mActivity); in testAddViewWithIndex() local
205 TextView child1 = new TextView(mActivity); in testAddViewWithLayoutParams() local
235 TextView child1 = new TextView(mActivity); in testAddViewWithIndexAndLayoutParams() local
DLayoutDirectionTest.java135 ViewGroup child1 = (ViewGroup) mActivity.findViewById(child1Id); in verifyDirectionForOneLayoutFromXml() local
DGridViewTest.java287 View child1 = mGridView.getChildAt(1); in verifyAccessHorizontalSpacing() local
317 View child1 = mGridView.getChildAt(1); in testAccessVerticalSpacing() local
522 View child1 = mGridView.getChildAt(1); in testAccessColumnWidth() local
DLinearLayoutTest.java654 final View child1 = new View(mActivity); in testVisibilityAffectsLayout() local
/cts/tests/tests/view/src/android/view/animation/cts/
DGridLayoutAnimationControllerTest.java131 private void assertChildrenDelay(Animation child1, Animation child2, Animation child3) { in assertChildrenDelay()
DAnimatorInflaterTest.java132 final ObjectAnimator child1 = (ObjectAnimator) set.getChildAnimations().get(0); in testLoadAnimator() local
/cts/tests/tests/view/src/android/view/cts/
DTooltipTest.java779 final View child1 = mActivity.findViewById(R.id.overlap1); in testMouseHoverOverlap() local
DViewGroupTest.java1501 MockViewGroup child1 = new MockViewGroup(mContext); in testRemoveDetachedView() local
1580 MockViewGroup child1 = new MockViewGroup(mContext); in testRemoveViews() local
1618 MockViewGroup child1 = new MockViewGroup(mContext); in testRemoveViewsInLayout() local
2027 MockView child1 = new MockView(mContext); in testRequestTransparentRegion() local
DViewTest.java555 View child1 = mActivity.findViewById(R.id.pointer_icon_overlap_child1); in testPointerIconOverlap() local