Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DDisplayContentTests.java1323 final Configuration config90 = new Configuration(); in testApplyTopFixedRotationTransform() local
1324 mDisplayContent.computeScreenConfiguration(config90, ROTATION_90); in testApplyTopFixedRotationTransform()
1330 assertNotEquals(config90.windowConfiguration.getMaxBounds(), in testApplyTopFixedRotationTransform()
1375 assertEquals(config90.orientation, app.getConfiguration().orientation); in testApplyTopFixedRotationTransform()
1376 assertEquals(config90.windowConfiguration.getBounds(), app.getBounds()); in testApplyTopFixedRotationTransform()
1438 assertEquals(config90.orientation, mDisplayContent.getConfiguration().orientation); in testApplyTopFixedRotationTransform()