Searched refs:mShouldShowSystemDecors (Results 1 – 3 of 3) sorted by relevance
215 return settings.mShouldShowSystemDecors != null ? settings.mShouldShowSystemDecors : false; in shouldShowSystemDecorsLocked()222 overrideSettings.mShouldShowSystemDecors = shouldShow; in setShouldShowSystemDecorsLocked()364 Boolean mShouldShowSystemDecors; field in DisplayWindowSettings.SettingsProvider.SettingsEntry429 if (other.mShouldShowSystemDecors != mShouldShowSystemDecors) { in setTo()430 mShouldShowSystemDecors = other.mShouldShowSystemDecors; in setTo()511 if (delta.mShouldShowSystemDecors != null in updateFrom()512 && delta.mShouldShowSystemDecors != mShouldShowSystemDecors) { in updateFrom()513 mShouldShowSystemDecors = delta.mShouldShowSystemDecors; in updateFrom()553 && mShouldShowSystemDecors == null in isEmpty()576 && Objects.equals(mShouldShowSystemDecors, that.mShouldShowSystemDecors) in equals()[all …]
392 settingsEntry.mShouldShowSystemDecors = getBooleanAttribute(parser, in readDisplay()484 if (settingsEntry.mShouldShowSystemDecors != null) { in writeSettings()486 settingsEntry.mShouldShowSystemDecors); in writeSettings()
218 overrideSettings.mShouldShowSystemDecors = true; in testWritingDisplaySettingsToStorage()249 overrideSettings.mShouldShowSystemDecors = true; in testWritingDisplaySettingsToStorage_UsePortAsId()