Home
last modified time | relevance | path

Searched refs:parentHeight (Results 1 – 2 of 2) sorted by relevance

/cts/tests/tests/view/src/android/view/animation/cts/
DTranslateAnimationTest.java151 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/
DViewTest.java2542 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()