Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DRecentsAnimationControllerTest.java481 final int prevRotation = mDisplayContent.getRotation(); in testCheckRotationAfterCleanup() local
489 assertNotEquals(displayRotation.getRotation(), prevRotation); in testCheckRotationAfterCleanup() local
DTransitionTests.java957 final int prevRotation = mDisplayContent.getRotation(); in testDeferRotationForTransientLaunch() local
983 assertNotEquals(mDisplayContent.getRotation(), prevRotation); in testDeferRotationForTransientLaunch() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java532 int prevRotation = rotation; in updateRotationUnchecked() local
DTask.java2007 final int prevRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local
DWindowState.java3920 final int prevRotation = mLastReportedConfiguration in reportResized() local