Loading services/core/java/com/android/server/wm/LetterboxUiController.java +2 −2 Original line number Diff line number Diff line Loading @@ -962,8 +962,8 @@ final class LetterboxUiController { && (parentConfiguration.orientation == ORIENTATION_LANDSCAPE && mActivityRecord.getOrientationForReachability() == ORIENTATION_PORTRAIT) // Check whether the activity fills the parent vertically. && parentConfiguration.windowConfiguration.getBounds().height() == mActivityRecord.getBounds().height(); && parentConfiguration.windowConfiguration.getAppBounds().height() <= mActivityRecord.getBounds().height(); } @VisibleForTesting Loading Loading
services/core/java/com/android/server/wm/LetterboxUiController.java +2 −2 Original line number Diff line number Diff line Loading @@ -962,8 +962,8 @@ final class LetterboxUiController { && (parentConfiguration.orientation == ORIENTATION_LANDSCAPE && mActivityRecord.getOrientationForReachability() == ORIENTATION_PORTRAIT) // Check whether the activity fills the parent vertically. && parentConfiguration.windowConfiguration.getBounds().height() == mActivityRecord.getBounds().height(); && parentConfiguration.windowConfiguration.getAppBounds().height() <= mActivityRecord.getBounds().height(); } @VisibleForTesting Loading