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