Searched refs:currRotation (Results 1 – 1 of 1) sorted by relevance
5820 final int currRotation = currOverrideConfig.windowConfiguration.getRotation(); in onRequestedOverrideConfigurationChanged() local5822 if (currRotation != ROTATION_UNDEFINED && overrideRotation != ROTATION_UNDEFINED in onRequestedOverrideConfigurationChanged()5823 && currRotation != overrideRotation) { in onRequestedOverrideConfigurationChanged()5824 applyRotationAndFinishFixedRotation(currRotation, overrideRotation); in onRequestedOverrideConfigurationChanged()