Home
last modified time | relevance | path

Searched refs:hasInheritedLetterboxBehavior (Results 1 – 5 of 5) sorted by relevance

/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java983 final Rect innerFrame = hasInheritedLetterboxBehavior() in layoutLetterbox()
1497 if (hasInheritedLetterboxBehavior() && (cropBounds.width() != mainWindow.mRequestedWidth in getCropBoundsIfNeeded()
1863 boolean hasInheritedLetterboxBehavior() { in hasInheritedLetterboxBehavior() method in LetterboxUiController
1877 return hasInheritedLetterboxBehavior() in hasInheritedOrientation()
1924 if (!hasInheritedLetterboxBehavior() || mActivityRecord.getTask() == null) { in findOpaqueNotFinishingActivityBelow()
H A DActivityRecord.java8091 if (mLetterboxUiController.hasInheritedLetterboxBehavior()) { in getCompatDisplayInsets()
8409 return mLetterboxUiController.hasInheritedLetterboxBehavior() in getOrientationForReachability()
8455 if (mLetterboxUiController.hasInheritedLetterboxBehavior()) { in getAppCompatState()
9022 if (mLetterboxUiController.hasInheritedLetterboxBehavior()) { in isInSizeCompatModeForBounds()
9390 if (mLetterboxUiController.hasInheritedLetterboxBehavior()) {
9441 if (mLetterboxUiController.hasInheritedLetterboxBehavior()) {
/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java207 assertFalse(translucentActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testCleanLetterboxConfigListenerWhenTranslucentIsDestroyed()
373 assertFalse(opaqueActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
383 assertTrue(translucentActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testApplyStrategyAgainWhenOpaqueIsDestroyed()
411 assertTrue(translucentActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testResetOpaqueReferenceWhenOpaqueIsDestroyed()
438 assertFalse(opaqueActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed()
448 assertTrue(translucentActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testNotApplyStrategyAgainWhenOpaqueIsNotDestroyed()
564 assertFalse(translucentActivity.mLetterboxUiController.hasInheritedLetterboxBehavior()); in testNotApplyStrategyToTranslucentActivitiesOverEmbeddedActivities()
H A DLetterboxUiControllerTest.java478 doReturn(true).when(mActivity.mLetterboxUiController).hasInheritedLetterboxBehavior(); in testGetCropBoundsIfNeeded_handleCropForTransparentActivityBasedOnOpaqueBounds()
/aosp14/frameworks/base/services/
H A Dart-profile11208 HSPLcom/android/server/wm/LetterboxUiController;->hasInheritedLetterboxBehavior()Z