Home
last modified time | relevance | path

Searched refs:actualHeight (Results 1 – 4 of 4) sorted by relevance

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DManifestLayoutTests.java165 final int actualHeight = parentFrame.height(); in testMinimalSize() local
171 assertThat(actualHeight).isAtLeast(Math.min(minHeight, alternativeMinHeight)); in testMinimalSize()
176 (actualHeight == minHeight || actualHeight == alternativeMinHeight)); in testMinimalSize()
/cts/tests/tests/view/src/android/view/animation/cts/
DTranslateAnimationTest.java184 final int actualHeight = parentHeight; in testInitialize() local
204 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA); in testInitialize()
211 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight, in testInitialize()
218 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA); in testInitialize()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewTest.java96 int actualHeight = mMockSurfaceView.getHeightInOnMeasure(); in testSurfaceView() local
98 assertEquals(expectedHeight, actualHeight); in testSurfaceView()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp199 int32_t actualHeight = AImageDecoderHeaderInfo_getHeight(info); in testInfo() local
200 ASSERT_EQ(height, actualHeight); in testInfo()