Searched refs:mShouldShowSystemDecors (Results 1 – 1 of 1) sorted by relevance
116 private boolean mShouldShowSystemDecors = false; field in DisplayWindowSettings.Entry140 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()