Searched refs:childWidth (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/widget/src/android/widget/cts/ |
D | LinearLayoutTest.java | 423 final int childWidth = 100; in testVisibilityAffectsLayout() local 431 ViewGroup.LayoutParams childParams = new ViewGroup.LayoutParams(childWidth, childHeight); in testVisibilityAffectsLayout() 435 childParams = new ViewGroup.LayoutParams(childWidth, childHeight); in testVisibilityAffectsLayout() 446 checkBounds(viewGroup, child1, countDownLatch1, 0, 0, childWidth, childHeight); in testVisibilityAffectsLayout() 448 childWidth, 0, childWidth, childHeight); in testVisibilityAffectsLayout() 457 checkBounds(viewGroup, child2, countDownLatch2, 0, 0, childWidth, childHeight); in testVisibilityAffectsLayout() 466 checkBounds(viewGroup, child1, countDownLatch3, 0, 0, childWidth, childHeight); in testVisibilityAffectsLayout() 468 childWidth, 0, childWidth, childHeight); in testVisibilityAffectsLayout()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 2540 final int childWidth = 100; in testAddRemoveAffectsWrapContentLayout() local 2549 ViewGroup.LayoutParams childParams = new ViewGroup.LayoutParams(childWidth, childHeight); in testAddRemoveAffectsWrapContentLayout() 2574 checkBounds(viewGroup, parent, countDownLatch2, 0, 0, childWidth, parentHeight); in testAddRemoveAffectsWrapContentLayout()
|