Searched refs:actualHeight (Results 1 – 3 of 3) sorted by relevance
171 final int actualHeight = parentHeight; in testInitialize() local191 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()
98 int actualHeight = mMockSurfaceView.getHeightInOnMeasure(); in testSurfaceView() local100 assertEquals(expectedHeight, actualHeight); in testSurfaceView()
193 int32_t actualHeight = AImageDecoderHeaderInfo_getHeight(info); in testInfo() local194 ASSERT_EQ(height, actualHeight); in testInfo()