Searched refs:actualHeight (Results 1 – 4 of 4) sorted by relevance
165 final int actualHeight = parentFrame.height(); in testMinimalSize() local171 assertThat(actualHeight).isAtLeast(Math.min(minHeight, alternativeMinHeight)); in testMinimalSize()176 (actualHeight == minHeight || actualHeight == alternativeMinHeight)); in testMinimalSize()
184 final int actualHeight = parentHeight; in testInitialize() local204 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()
96 int actualHeight = mMockSurfaceView.getHeightInOnMeasure(); in testSurfaceView() local98 assertEquals(expectedHeight, actualHeight); in testSurfaceView()
199 int32_t actualHeight = AImageDecoderHeaderInfo_getHeight(info); in testInfo() local200 ASSERT_EQ(height, actualHeight); in testInfo()