Searched refs:origRot (Results 1 – 2 of 2) sorted by relevance
122 final int origRot = config.windowConfiguration.getDisplayRotation(); in isDisplayRotationChanged() local125 || origRot == WindowConfiguration.ROTATION_UNDEFINED) { in isDisplayRotationChanged()128 return origRot != newRot; in isDisplayRotationChanged()
2099 final int origRot = dc.getConfiguration().windowConfiguration.getRotation(); in testShellTransitRotation() local2104 assertEquals(origRot, dc.getConfiguration().windowConfiguration.getRotation()); in testShellTransitRotation()2111 assertNotEquals(origRot, dc.getConfiguration().windowConfiguration.getRotation()); in testShellTransitRotation()