Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DConfigurationHelper.java122 final int origRot = config.windowConfiguration.getDisplayRotation(); in isDisplayRotationChanged() local
125 || origRot == WindowConfiguration.ROTATION_UNDEFINED) { in isDisplayRotationChanged()
128 return origRot != newRot; in isDisplayRotationChanged()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayContentTests.java2099 final int origRot = dc.getConfiguration().windowConfiguration.getRotation(); in testShellTransitRotation() local
2104 assertEquals(origRot, dc.getConfiguration().windowConfiguration.getRotation()); in testShellTransitRotation()
2111 assertNotEquals(origRot, dc.getConfiguration().windowConfiguration.getRotation()); in testShellTransitRotation()