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.java479 final int prevRotation = mDisplayContent.getRotation(); in testCheckRotationAfterCleanup() local
487 assertNotEquals(displayRotation.getRotation(), prevRotation); in testCheckRotationAfterCleanup() local
DTransitionTests.java1344 final int prevRotation = mDisplayContent.getRotation(); in testDeferRotationForTransientLaunch() local
1370 assertNotEquals(mDisplayContent.getRotation(), prevRotation); in testDeferRotationForTransientLaunch() local
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java576 int prevRotation = rotation; in updateRotationUnchecked() local
DWindowState.java3735 final int prevRotation = mLastReportedConfiguration in reportResized() local
3785 private void onResizePostDispatched(boolean drawPending, int prevRotation, int displayId) { in onResizePostDispatched()
DTask.java2072 final int prevRotation = getWindowConfiguration().getRotation(); in onConfigurationChanged() local