Searched refs:mFixedToUserRotation (Results 1 – 3 of 3) sorted by relevance
111 overrideSettings.mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()258 final int mFixedToUserRotation = settings.mFixedToUserRotation != null in applySettingsToDisplayLocked() local259 ? settings.mFixedToUserRotation : IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; in applySettingsToDisplayLocked()261 mFixedToUserRotation); in applySettingsToDisplayLocked()368 Integer mFixedToUserRotation; field in DisplayWindowSettings.SettingsProvider.SettingsEntry437 if (!Objects.equals(other.mFixedToUserRotation, mFixedToUserRotation)) { in setTo()438 mFixedToUserRotation = other.mFixedToUserRotation; in setTo()521 if (delta.mFixedToUserRotation != null in updateFrom()522 && !Objects.equals(delta.mFixedToUserRotation, mFixedToUserRotation)) { in updateFrom()523 mFixedToUserRotation = delta.mFixedToUserRotation; in updateFrom()[all …]
203 private int mFixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; field in DisplayRotation813 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()835 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()839 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()900 switch (mFixedToUserRotation) { in isFixedToUserRotation()911 return mFixedToUserRotation; in getFixedToUserRotationMode()1531 proto.write(FIXED_TO_USER_ROTATION_MODE, mFixedToUserRotation); in dumpDebug()
403 settingsEntry.mFixedToUserRotation = getIntegerAttribute(parser, "fixedToUserRotation", in readDisplay()491 if (settingsEntry.mFixedToUserRotation != null) { in writeSettings()493 settingsEntry.mFixedToUserRotation); in writeSettings()