Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java452 final int prevRotation = mDisplayContent.getRotation(); in testCheckRotationAfterCleanup() local
456 assertNotEquals(mDisplayContent.getRotation(), prevRotation); in testCheckRotationAfterCleanup() local
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DTask.java1996 final int prevRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
2017 final boolean rotationChanged = prevRotation != newRotation; in onConfigurationChanged()
2019 mDisplayContent.rotateBounds(prevRotation, newRotation, newBounds); in onConfigurationChanged()