Home
last modified time | relevance | path

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

/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DDisplayWindowSettingsTests.java334 mTarget.setShouldShowSystemDecorsLocked(mPrimaryDisplay, false); in testPrimaryDisplayShouldShowSystemDecors()
512 settings.setShouldShowSystemDecorsLocked(mSecondaryDisplay, true); in testWritingDisplaySettingsToStorage()
535 settings.setShouldShowSystemDecorsLocked(mSecondaryDisplay, true); in testWritingDisplaySettingsToStorage_UsePortAsId()
/frameworks/base/services/core/java/com/android/server/wm/
DDisplayWindowSettings.java342 void setShouldShowSystemDecorsLocked(DisplayContent dc, boolean shouldShow) { in setShouldShowSystemDecorsLocked() method in DisplayWindowSettings
DWindowManagerService.java7162 mDisplayWindowSettings.setShouldShowSystemDecorsLocked(displayContent, shouldShow); in setShouldShowSystemDecors()