Searched refs:nextRotation (Results 1 – 2 of 2) sorted by relevance
2589 final int nextRotation = orientationSource.getWindowConfiguration().getDisplayRotation(); in setEndFixedRotationIfNeeded() local2590 if (taskRotation != nextRotation) { in setEndFixedRotationIfNeeded()2591 change.setEndFixedRotation(nextRotation); in setEndFixedRotationIfNeeded()
1026 final int nextRotation = (wc.getWindowConfiguration().getRotation() + 1) % 4; in testTransitionBounds()1027 wc.getWindowConfiguration().setRotation(nextRotation); in testTransitionBounds()1028 wc.getWindowConfiguration().setDisplayRotation(nextRotation); in testTransitionBounds()