Searched refs:parentHeight (Results 1 – 2 of 2) sorted by relevance
/cts/tests/tests/view/src/android/view/animation/cts/ |
D | TranslateAnimationTest.java | 151 final int parentHeight = parent.getHeight(); in testInitialize() local 153 final int actualHeight = parentHeight; in testInitialize() 160 translateAnimation.initialize(selfWidth, selfHeight, parentWidth, parentHeight); in testInitialize()
|
/cts/tests/tests/view/src/android/view/cts/ |
D | ViewTest.java | 2542 final int parentHeight = 400; in testAddRemoveAffectsWrapContentLayout() local 2545 ViewGroup.LayoutParams.WRAP_CONTENT, parentHeight); in testAddRemoveAffectsWrapContentLayout() 2564 checkBounds(viewGroup, parent, countDownLatch1, 0, 0, 0, parentHeight); in testAddRemoveAffectsWrapContentLayout() 2574 checkBounds(viewGroup, parent, countDownLatch2, 0, 0, childWidth, parentHeight); in testAddRemoveAffectsWrapContentLayout() 2584 checkBounds(viewGroup, parent, countDownLatch3, 0, 0, 0, parentHeight); in testAddRemoveAffectsWrapContentLayout()
|