Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DTransition.java2589 final int nextRotation = orientationSource.getWindowConfiguration().getDisplayRotation(); in setEndFixedRotationIfNeeded() local
2590 if (taskRotation != nextRotation) { in setEndFixedRotationIfNeeded()
2591 change.setEndFixedRotation(nextRotation); in setEndFixedRotationIfNeeded()
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DTransitionTests.java1026 final int nextRotation = (wc.getWindowConfiguration().getRotation() + 1) % 4; in testTransitionBounds()
1027 wc.getWindowConfiguration().setRotation(nextRotation); in testTransitionBounds()
1028 wc.getWindowConfiguration().setDisplayRotation(nextRotation); in testTransitionBounds()