Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java116 private boolean mShouldShowSystemDecors = false; field in DisplayWindowSettings.Entry
140 mShouldShowSystemDecors = copyFrom.mShouldShowSystemDecors; in Entry()
156 && !mShouldShowSystemDecors in isEmpty()
360 return entry.mShouldShowSystemDecors; in shouldShowSystemDecorsLocked()
371 entry.mShouldShowSystemDecors = shouldShow; in setShouldShowSystemDecorsLocked()
558 entry.mShouldShowSystemDecors = getBooleanAttribute(parser, "shouldShowSystemDecors"); in readDisplay()
646 if (entry.mShouldShowSystemDecors) { in writeSettings()
648 Boolean.toString(entry.mShouldShowSystemDecors)); in writeSettings()