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() local261 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()555 && mFixedToUserRotation == null in isEmpty()[all …]
202 private int mFixedToUserRotation = IWindowManager.FIXED_TO_USER_ROTATION_DEFAULT; field in DisplayRotation810 mFixedToUserRotation = fixedToUserRotation; in restoreSettings()832 if (mFixedToUserRotation == fixedToUserRotation) { in setFixedToUserRotation()836 mFixedToUserRotation = fixedToUserRotation; in setFixedToUserRotation()897 switch (mFixedToUserRotation) { in isFixedToUserRotation()908 return mFixedToUserRotation; in getFixedToUserRotationMode()1528 proto.write(FIXED_TO_USER_ROTATION_MODE, mFixedToUserRotation); in dumpDebug()
409 settingsEntry.mFixedToUserRotation = getIntegerAttribute(parser, "fixedToUserRotation", in readDisplay()497 if (settingsEntry.mFixedToUserRotation != null) { in writeSettings()499 settingsEntry.mFixedToUserRotation); in writeSettings()