Home
last modified time | relevance | path

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

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DDisplayRotation.java197 private int mShowRotationSuggestions; field in DisplayRotation
1167 mShowRotationSuggestions == Settings.Secure.SHOW_ROTATION_SUGGESTIONS_ENABLED; in needSensorRunning()
1595 if (mShowRotationSuggestions != showRotationSuggestions) { in updateSettings()
1596 mShowRotationSuggestions = showRotationSuggestions; in updateSettings()