Home
last modified time | relevance | path

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

/cts/tests/tests/view/src/android/view/animation/cts/
DTranslateAnimationTest.java171 final int actualHeight = parentHeight; in testInitialize() local
191 assertEquals(RELATIVE_FROM_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA); in testInitialize()
198 assertEquals(((RELATIVE_TO_Y_DELTA + RELATIVE_FROM_Y_DELTA) / 2) * actualHeight, in testInitialize()
205 assertEquals(RELATIVE_TO_Y_DELTA * actualHeight, values[Matrix.MTRANS_Y], POSITION_DELTA); in testInitialize()
/cts/tests/framework/base/windowmanager/src/android/server/wm/
DSurfaceViewTest.java98 int actualHeight = mMockSurfaceView.getHeightInOnMeasure(); in testSurfaceView() local
100 assertEquals(expectedHeight, actualHeight); in testSurfaceView()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp193 int32_t actualHeight = AImageDecoderHeaderInfo_getHeight(info); in testInfo() local
194 ASSERT_EQ(height, actualHeight); in testInfo()