Home
last modified time | relevance | path

Searched refs:currRotation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayContent.java6131 final int currRotation = currOverrideConfig.windowConfiguration.getRotation(); in onRequestedOverrideConfigurationChanged() local
6133 if (currRotation != ROTATION_UNDEFINED && overrideRotation != ROTATION_UNDEFINED in onRequestedOverrideConfigurationChanged()
6134 && currRotation != overrideRotation) { in onRequestedOverrideConfigurationChanged()
6135 applyRotationAndFinishFixedRotation(currRotation, overrideRotation); in onRequestedOverrideConfigurationChanged()