Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/log/
DScreenDecorationsLogger.kt182 fun logRotationChanged(oldRot: Int, newRot: Int) { in logRotationChanged() method in com.android.systemui.log.ScreenDecorationsLogger
/frameworks/base/packages/SystemUI/src/com/android/systemui/
DScreenDecorations.java1092 mLogger.logRotationChanged(oldRotation, mRotation); in onConfigChanged()