Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayRotation.java96 private int mUserRotation = Surface.ROTATION_0; field in DisplayRotation
284 mUserRotation = userRotation; in restoreSettings()
316 if (mUserRotation != userRotation) { in setUserRotation()
317 mUserRotation = userRotation; in setUserRotation()
334 setUserRotation(WindowManagerPolicy.USER_ROTATION_FREE, mUserRotation); in thawRotation()
395 return mUserRotation; in getUserRotation()
529 + "); user=" + mUserRotation + " " in rotationForOrientation()
536 return mUserRotation; in rotationForOrientation()
558 preferredRotation = mUserRotation; in rotationForOrientation()
637 preferredRotation = mUserRotation; in rotationForOrientation()
[all …]
DDisplayWindowSettings.java109 private int mUserRotation = Surface.ROTATION_0; field in DisplayWindowSettings.Entry
133 mUserRotation = copyFrom.mUserRotation; in Entry()
151 && mUserRotation == Surface.ROTATION_0 in isEmpty()
218 entry.mUserRotation = rotation; in setUserRotation()
414 entry.mUserRotation, entry.mFixedToUserRotation); in applySettingsToDisplayLocked()
547 entry.mUserRotation = getIntAttribute(parser, "userRotation", in readDisplay()
624 if (entry.mUserRotation != Surface.ROTATION_0) { in writeSettings()
625 out.attribute(null, "userRotation", Integer.toString(entry.mUserRotation)); in writeSettings()