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