Home
last modified time | relevance | path

Searched refs:shouldCreateCompatDisplayInsets (Results 1 – 4 of 4) sorted by relevance

/aosp14/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java1188 assertTrue(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsOnResizeableTask()
1193 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsOnResizeableTask()
1202 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsOnResizeableTask()
1217 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenUnresizeableAndSupportsSizeChangesTrue()
1230 assertTrue(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenUnresizeableAndSupportsSizeChangesFalse()
1243 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenResizeableAndSupportsSizeChangesFalse()
1257 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenUnfixedOrientationSupportsSizeChangesFalse()
1271 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenForceResizeAppOverrideSet()
1285 assertTrue(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenForceNonResizeOverrideSet()
1299 assertTrue(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenForceNonResizeSetAndUnfixedOrientation()
[all …]
/aosp14/frameworks/base/services/core/java/com/android/server/wm/
H A DLetterboxUiController.java1073 : mActivityRecord.shouldCreateCompatDisplayInsets() in getFixedOrientationLetterboxAspectRatio()
1091 && !mActivityRecord.shouldCreateCompatDisplayInsets(); in isCameraCompatSplitScreenAspectRatioAllowed()
H A DActivityRecord.java8113 if (getCompatDisplayInsets() == null || !shouldCreateCompatDisplayInsets() in inSizeCompatMode()
8145 boolean shouldCreateCompatDisplayInsets() { in shouldCreateCompatDisplayInsets() method in ActivityRecord
8157 if (root != null && root != this && !root.shouldCreateCompatDisplayInsets()) { in shouldCreateCompatDisplayInsets()
8200 if (getCompatDisplayInsets() != null || !shouldCreateCompatDisplayInsets()) { in updateCompatDisplayInsets()
8396 shouldCreateCompatDisplayInsets()); in resolveOverrideConfiguration()
9117 if (getCompatDisplayInsets() != null || shouldCreateCompatDisplayInsets()) {
/aosp14/frameworks/base/services/
H A Dart-profile10553 HSPLcom/android/server/wm/ActivityRecord;->shouldCreateCompatDisplayInsets()Z