Searched refs:actualWidth (Results 1 – 4 of 4) sorted by relevance
164 final int actualWidth = parentFrame.width() + cutoutSize; in testMinimalSize() local170 assertThat(actualWidth).isAtLeast(Math.min(minWidth, alternativeMinWidth)); in testMinimalSize()174 (actualWidth == minWidth || actualWidth == alternativeMinWidth)); in testMinimalSize()
183 final int actualWidth = selfWidth; in testInitialize() local203 assertEquals(RELATIVE_FROM_X_DELTA * actualWidth, values[Matrix.MTRANS_X], POSITION_DELTA); in testInitialize()209 assertEquals(((RELATIVE_TO_X_DELTA + RELATIVE_FROM_X_DELTA) / 2) * actualWidth, in testInitialize()217 assertEquals(RELATIVE_TO_X_DELTA * actualWidth, values[Matrix.MTRANS_X], POSITION_DELTA); in testInitialize()
95 int actualWidth = mMockSurfaceView.getWidthInOnMeasure(); in testSurfaceView() local97 assertEquals(expectedWidth, actualWidth); in testSurfaceView()
197 int32_t actualWidth = AImageDecoderHeaderInfo_getWidth(info); in testInfo() local198 ASSERT_EQ(width, actualWidth); in testInfo()