Searched refs:prevRotation (Results 1 – 2 of 2) sorted by relevance
452 final int prevRotation = mDisplayContent.getRotation(); in testCheckRotationAfterCleanup() local456 assertNotEquals(mDisplayContent.getRotation(), prevRotation); in testCheckRotationAfterCleanup() local
1996 final int prevRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local2017 final boolean rotationChanged = prevRotation != newRotation; in onConfigurationChanged()2019 mDisplayContent.rotateBounds(prevRotation, newRotation, newBounds); in onConfigurationChanged()