Home
last modified time | relevance | path

Searched refs:mShouldShowSystemDecors (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java215 return settings.mShouldShowSystemDecors != null ? settings.mShouldShowSystemDecors : false; in shouldShowSystemDecorsLocked()
222 overrideSettings.mShouldShowSystemDecors = shouldShow; in setShouldShowSystemDecorsLocked()
364 Boolean mShouldShowSystemDecors; field in DisplayWindowSettings.SettingsProvider.SettingsEntry
429 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 …]
DDisplayWindowSettingsProvider.java392 settingsEntry.mShouldShowSystemDecors = getBooleanAttribute(parser, in readDisplay()
484 if (settingsEntry.mShouldShowSystemDecors != null) { in writeSettings()
486 settingsEntry.mShouldShowSystemDecors); in writeSettings()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsProviderTests.java218 overrideSettings.mShouldShowSystemDecors = true; in testWritingDisplaySettingsToStorage()
249 overrideSettings.mShouldShowSystemDecors = true; in testWritingDisplaySettingsToStorage_UsePortAsId()