Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DRecentsAnimationControllerTest.java478 final int prevRotation = mDisplayContent.getRotation(); in testCheckRotationAfterCleanup() local
486 assertNotEquals(displayRotation.getRotation(), prevRotation); in testCheckRotationAfterCleanup() local
H A DTransitionTests.java1282 final int prevRotation = mDisplayContent.getRotation(); in testDeferRotationForTransientLaunch() local
1299 doReturn(prevRotation + 1).when(displayRotation).rotationForOrientation( in testDeferRotationForTransientLaunch()
1308 assertNotEquals(mDisplayContent.getRotation(), prevRotation); in testDeferRotationForTransientLaunch() local
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java563 int prevRotation = rotation; in updateRotationUnchecked() local
569 Surface.rotationToString(prevRotation)); in updateRotationUnchecked()
H A DWindowState.java3737 final int prevRotation = mLastReportedConfiguration in reportResized() local
3762 if (drawPending && prevRotation >= 0 && prevRotation != mLastReportedConfiguration in reportResized()
H A DTask.java1987 final int prevRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
2008 final boolean rotationChanged = prevRotation != newRotation; in onConfigurationChanged()
2010 mDisplayContent.rotateBounds(prevRotation, newRotation, newBounds); in onConfigurationChanged()