Searched refs:hasWindowDecorCaption (Results 1 – 7 of 7) sorted by relevance
215 assertTrue(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()218 assertTrue(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()221 assertTrue(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()224 assertFalse(config.hasWindowDecorCaption()); in testCaptionShownForFreeformWindowingMode()234 assertFalse(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()237 assertFalse(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()240 assertFalse(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()243 assertTrue(config.hasWindowDecorCaption()); in testCaptionNotShownForNonStandardActivityType()
743 public boolean hasWindowDecorCaption() { in hasWindowDecorCaption() method in WindowConfiguration
2168 final boolean displayWindowDecor = config.windowConfiguration.hasWindowDecorCaption() in updateDecorCaptionStatus()2254 if (!mWindow.isFloating() && isApplication && winConfig.hasWindowDecorCaption()) { in createDecorCaptionView()
7304 if (inMultiWindowMode() || getWindowConfiguration().hasWindowDecorCaption()) { in shouldCreateCompatDisplayInsets()
2822 HSPLandroid/app/WindowConfiguration;->hasWindowDecorCaption()Z
9692 Landroid/app/WindowConfiguration;->hasWindowDecorCaption()Z