Searched refs:hasWindowDecorCaption (Results 1 – 5 of 5) sorted by relevance
191 assertTrue(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()194 assertTrue(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()197 assertTrue(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()200 assertFalse(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()210 assertFalse(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()213 assertFalse(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()216 assertFalse(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()219 assertTrue(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()
647 public boolean hasWindowDecorCaption() { in hasWindowDecorCaption() method in WindowConfiguration
2054 final boolean displayWindowDecor = config.windowConfiguration.hasWindowDecorCaption() in updateDecorCaptionStatus()2140 if (!mWindow.isFloating() && isApplication && winConfig.hasWindowDecorCaption()) { in createDecorCaptionView()
2486 HSPLandroid/app/WindowConfiguration;->hasWindowDecorCaption()Z
9701 Landroid/app/WindowConfiguration;->hasWindowDecorCaption()Z