Searched refs:supportsSystemDecorations (Results 1 – 6 of 6) sorted by relevance
209 doReturn(true).when(newDisplay).supportsSystemDecorations(); in build()215 doReturn(false).when(newDisplay).supportsSystemDecorations(); in build()
605 doReturn(true).when(display).supportsSystemDecorations(); in testGetOrCreateRootHomeTask_supportedSecondaryDisplay()622 doReturn(false).when(display).supportsSystemDecorations(); in testGetOrCreateRootHomeTask_unsupportedSystemDecorations()
599 doReturn(false).when(secondaryDisplay).supportsSystemDecorations(); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()604 doReturn(true).when(secondaryDisplay).supportsSystemDecorations(); in testShouldWaitForSystemDecorWindowsOnBoot_OnSecondaryDisplay()
4861 if (!isDefaultDisplay && !supportsSystemDecorations()) { in shouldWaitForSystemDecorWindowsOnBoot()5743 boolean supportsSystemDecorations() { in supportsSystemDecorations() method in DisplayContent5769 || supportsSystemDecorations(); in isHomeSupported()
669 mHasNavigationBar = mDisplayContent.supportsSystemDecorations(); in DisplayPolicy()
7767 return displayContent.supportsSystemDecorations(); in shouldShowSystemDecors()