Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java1587 final Configuration config90 = new Configuration(); in testApplyTopFixedRotationTransform() local
1588 mDisplayContent.computeScreenConfiguration(config90, ROTATION_90); in testApplyTopFixedRotationTransform()
1594 assertNotEquals(config90.windowConfiguration.getMaxBounds(), in testApplyTopFixedRotationTransform()
1642 assertEquals(config90.orientation, app.getConfiguration().orientation); in testApplyTopFixedRotationTransform()
1643 assertEquals(config90.windowConfiguration.getBounds(), app.getBounds()); in testApplyTopFixedRotationTransform()
1705 assertEquals(config90.orientation, mDisplayContent.getConfiguration().orientation); in testApplyTopFixedRotationTransform()