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.java229 return settings.mShouldShowSystemDecors != null ? settings.mShouldShowSystemDecors : false; in shouldShowSystemDecorsLocked()
236 overrideSettings.mShouldShowSystemDecors = shouldShow; in setShouldShowSystemDecorsLocked()
450 Boolean mShouldShowSystemDecors; field in DisplayWindowSettings.SettingsProvider.SettingsEntry
518 if (!Objects.equals(other.mShouldShowSystemDecors, mShouldShowSystemDecors)) { in setTo()
519 mShouldShowSystemDecors = other.mShouldShowSystemDecors; in setTo()
603 if (delta.mShouldShowSystemDecors != null && !Objects.equals( in updateFrom()
604 delta.mShouldShowSystemDecors, mShouldShowSystemDecors)) { in updateFrom()
605 mShouldShowSystemDecors = delta.mShouldShowSystemDecors; in updateFrom()
650 && mShouldShowSystemDecors == null in isEmpty()
674 && Objects.equals(mShouldShowSystemDecors, that.mShouldShowSystemDecors) in equals()
[all …]
DDisplayWindowSettingsProvider.java455 settingsEntry.mShouldShowSystemDecors = getBooleanAttribute(parser, in readDisplay()
548 if (settingsEntry.mShouldShowSystemDecors != null) { in writeSettings()
550 settingsEntry.mShouldShowSystemDecors); in writeSettings()
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsProviderTests.java220 overrideSettings.mShouldShowSystemDecors = true; in testWritingDisplaySettingsToStorage()
246 virtualSettings.mShouldShowSystemDecors = true; in testDoNotWriteVirtualDisplaySettingsToStorage()
267 overrideSettings.mShouldShowSystemDecors = true; in testWritingDisplaySettingsToStorage_UsePortAsId()
294 overrideSettings.mShouldShowSystemDecors = true; in testCleanUpEmptyDisplaySettingsOnDisplayRemoved()
322 overrideSettings.mShouldShowSystemDecors = true; in testCleanUpVirtualDisplaySettingsOnDisplayRemoved()