Searched refs:hasInheritedLetterboxBehavior (Results 1 – 5 of 5) sorted by relevance
983 final Rect innerFrame = hasInheritedLetterboxBehavior() in layoutLetterbox()1497 if (hasInheritedLetterboxBehavior() && (cropBounds.width() != mainWindow.mRequestedWidth in getCropBoundsIfNeeded()1863 boolean hasInheritedLetterboxBehavior() { in hasInheritedLetterboxBehavior() method in LetterboxUiController1877 return hasInheritedLetterboxBehavior() in hasInheritedOrientation()1924 if (!hasInheritedLetterboxBehavior() || mActivityRecord.getTask() == null) { in findOpaqueNotFinishingActivityBelow()
8091 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()) {
207 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()
478 doReturn(true).when(mActivity.mLetterboxUiController).hasInheritedLetterboxBehavior(); in testGetCropBoundsIfNeeded_handleCropForTransparentActivityBasedOnOpaqueBounds()
11208 HSPLcom/android/server/wm/LetterboxUiController;->hasInheritedLetterboxBehavior()Z