Home
last modified time | relevance | path

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

/cts/tests/framework/base/windowmanager/src/android/server/wm/animations/
DManifestLayoutTests.java164 final int actualWidth = parentFrame.width() + cutoutSize; in testMinimalSize() local
170 assertThat(actualWidth).isAtLeast(Math.min(minWidth, alternativeMinWidth)); in testMinimalSize()
174 (actualWidth == minWidth || actualWidth == alternativeMinWidth)); in testMinimalSize()
/cts/tests/tests/view/src/android/view/animation/cts/
DTranslateAnimationTest.java183 final int actualWidth = selfWidth; in testInitialize() local
203 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()
/cts/tests/surfacecontrol/src/android/view/surfacecontrol/cts/
DSurfaceViewTest.java95 int actualWidth = mMockSurfaceView.getWidthInOnMeasure(); in testSurfaceView() local
97 assertEquals(expectedWidth, actualWidth); in testSurfaceView()
/cts/tests/tests/graphics/jni/
Dandroid_graphics_cts_AImageDecoderTest.cpp197 int32_t actualWidth = AImageDecoderHeaderInfo_getWidth(info); in testInfo() local
198 ASSERT_EQ(width, actualWidth); in testInfo()