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.java110 private boolean mShouldShowSystemDecors = false; field in DisplayWindowSettings.Entry
134 mShouldShowSystemDecors = copyFrom.mShouldShowSystemDecors; in Entry()
150 && !mShouldShowSystemDecors in isEmpty()
354 return entry.mShouldShowSystemDecors; in shouldShowSystemDecorsLocked()
365 entry.mShouldShowSystemDecors = shouldShow; in setShouldShowSystemDecorsLocked()
552 entry.mShouldShowSystemDecors = getBooleanAttribute(parser, "shouldShowSystemDecors"); in readDisplay()
640 if (entry.mShouldShowSystemDecors) { in writeSettings()
642 Boolean.toString(entry.mShouldShowSystemDecors)); in writeSettings()