Home
last modified time | relevance | path

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

/aosp12/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
H A DSizeCompatTests.java651 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsOnResizeableTask()
656 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsOnResizeableTask()
664 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsOnResizeableTask()
679 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenUnresizeableAndSupportsSizeChangesTrue()
692 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldNotCreateCompatDisplayInsetsWhenRootActivityIsResizeable()
705 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenResizeableAndSupportsSizeChangesFalse()
719 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenUnfixedOrientationSupportsSizeChangesFalse()
733 assertFalse(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenForceResizeAppOverrideSet()
747 assertTrue(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenForceNonResizeOverrideSet()
761 assertTrue(activity.shouldCreateCompatDisplayInsets()); in testShouldCreateCompatDisplayInsetsWhenForceNonResizeSetAndUnfixedOrientation()
[all …]
/aosp12/frameworks/base/services/core/java/com/android/server/wm/
H A DActivityRecord.java7262 if (mCompatDisplayInsets == null || !shouldCreateCompatDisplayInsets() in inSizeCompatMode()
7294 boolean shouldCreateCompatDisplayInsets() { in shouldCreateCompatDisplayInsets() method in ActivityRecord
7306 if (root != null && root != this && !root.shouldCreateCompatDisplayInsets()) { in shouldCreateCompatDisplayInsets()
7333 if (mCompatDisplayInsets != null || !shouldCreateCompatDisplayInsets()) { in updateCompatDisplayInsets()
7487 shouldCreateCompatDisplayInsets()); in resolveOverrideConfiguration()
8061 if (mCompatDisplayInsets != null || shouldCreateCompatDisplayInsets()) { in providesMaxBounds()
/aosp12/frameworks/base/services/
H A Dart-profile44217 HPLcom/android/server/wm/ActivityRecord;->shouldCreateCompatDisplayInsets()Z+]Lcom/android/server/w…