Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotationCoordinator.java45 private int mDefaultDisplayCurrentRotation; field in DisplayRotationCoordinator
51 mDefaultDisplayCurrentRotation = rotation; in onDefaultDisplayRotationChanged()
64 return mDefaultDisplayCurrentRotation; in getDefaultDisplayCurrentRotation()
78 if (mDefaultDisplayCurrentRotation != mDefaultDisplayDefaultRotation) { in setDefaultDisplayRotationChangedCallback()