Searched refs:shouldShowSystemDecorsLocked (Results 1 – 3 of 3) sorted by relevance
323 assertTrue(mDisplayWindowSettings.shouldShowSystemDecorsLocked(mPrimaryDisplay)); in testPrimaryDisplayShouldShowSystemDecors()328 assertTrue(mDisplayWindowSettings.shouldShowSystemDecorsLocked(mPrimaryDisplay)); in testPrimaryDisplayShouldShowSystemDecors()333 assertFalse(mDisplayWindowSettings.shouldShowSystemDecorsLocked(mSecondaryDisplay)); in testSecondaryDisplayDefaultToNotShowSystemDecors()
221 boolean shouldShowSystemDecorsLocked(@NonNull DisplayContent dc) { in shouldShowSystemDecorsLocked() method in DisplayWindowSettings250 : shouldShowSystemDecorsLocked(dc); in isHomeSupportedLocked()
5752 return (mWmService.mDisplayWindowSettings.shouldShowSystemDecorsLocked(this) in supportsSystemDecorations()