Searched refs:nextRotation (Results 1 – 2 of 2) sorted by relevance
3024 final int nextRotation = orientationSource.getWindowConfiguration().getDisplayRotation(); in setEndFixedRotationIfNeeded() local3025 if (taskRotation != nextRotation) { in setEndFixedRotationIfNeeded()3026 change.setEndFixedRotation(nextRotation); in setEndFixedRotationIfNeeded()
1076 final int nextRotation = (wc.getWindowConfiguration().getRotation() + 1) % 4; in testTransitionBounds()1077 wc.getWindowConfiguration().setRotation(nextRotation); in testTransitionBounds()1078 wc.getWindowConfiguration().setDisplayRotation(nextRotation); in testTransitionBounds()