Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTransition.java3024 final int nextRotation = orientationSource.getWindowConfiguration().getDisplayRotation(); in setEndFixedRotationIfNeeded() local
3025 if (taskRotation != nextRotation) { in setEndFixedRotationIfNeeded()
3026 change.setEndFixedRotation(nextRotation); in setEndFixedRotationIfNeeded()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransitionTests.java1076 final int nextRotation = (wc.getWindowConfiguration().getRotation() + 1) % 4; in testTransitionBounds()
1077 wc.getWindowConfiguration().setRotation(nextRotation); in testTransitionBounds()
1078 wc.getWindowConfiguration().setDisplayRotation(nextRotation); in testTransitionBounds()