Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java92 private int mShowRotationSuggestions; field in DisplayRotation
511 mShowRotationSuggestions == Settings.Secure.SHOW_ROTATION_SUGGESTIONS_ENABLED; in needSensorRunning()
849 if (mShowRotationSuggestions != showRotationSuggestions) { in updateSettings()
850 mShowRotationSuggestions = showRotationSuggestions; in updateSettings()