Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java118 private @DisplayRotation.FixedToUserRotation int mFixedToUserRotation = field in DisplayWindowSettings.Entry
142 mFixedToUserRotation = copyFrom.mFixedToUserRotation; in Entry()
158 && mFixedToUserRotation == FIXED_TO_USER_ROTATION_DEFAULT; in isEmpty()
268 entry.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
414 entry.mUserRotation, entry.mFixedToUserRotation); in applySettingsToDisplayLocked()
560 entry.mFixedToUserRotation = getIntAttribute(parser, "fixedToUserRotation"); in readDisplay()
653 if (entry.mFixedToUserRotation != FIXED_TO_USER_ROTATION_DEFAULT) { in writeSettings()
655 Integer.toString(entry.mFixedToUserRotation)); in writeSettings()
DDisplayRotation.java128 private int mFixedToUserRotation = FIXED_TO_USER_ROTATION_DEFAULT; field in DisplayRotation
266 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()
288 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()
292 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()
347 switch (mFixedToUserRotation) { in isFixedToUserRotation()