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