Home
last modified time | relevance | path

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

/frameworks/base/core/java/android/window/
DConfigurationHelper.java123 final int newRot = newConfig.windowConfiguration.getDisplayRotation(); in isDisplayRotationChanged() local
124 if (newRot == WindowConfiguration.ROTATION_UNDEFINED in isDisplayRotationChanged()
128 return origRot != newRot; in isDisplayRotationChanged()
/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DScreenDecorationsLogger.kt170 fun logRotationChangeDeferred(currentRot: Int, newRot: Int) { in logRotationChangeDeferred()
176 int2 = newRot in logRotationChangeDeferred()
182 fun logRotationChanged(oldRot: Int, newRot: Int) { in logRotationChanged()
188 int2 = newRot in logRotationChanged()