Home
last modified time | relevance | path

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

/frameworks/base/services/core/java/com/android/server/wm/
DTransparentPolicy.java301 mInheritedCompatDisplayInsets = opaqueActivity.getCompatDisplayInsets(); in inheritFromOpaque()
DActivityRecord.java8323 CompatDisplayInsets getCompatDisplayInsets() { in getCompatDisplayInsets() method in ActivityRecord
8346 if (getCompatDisplayInsets() == null || !shouldCreateCompatDisplayInsets() in inSizeCompatMode()
8443 if (getCompatDisplayInsets() != null || !shouldCreateCompatDisplayInsets()) { in updateCompatDisplayInsets()
8585 final CompatDisplayInsets compatDisplayInsets = getCompatDisplayInsets(); in resolveOverrideConfiguration()
8675 getCompatDisplayInsets() != null); in resolveOverrideConfiguration()
9062 final CompatDisplayInsets compatDisplayInsets = getCompatDisplayInsets(); in resolveFixedOrientationConfiguration()
9456 if (getCompatDisplayInsets() != null || shouldCreateCompatDisplayInsets()) {
9510 if (getCompatDisplayInsets() != null) {
9590 } else if (getCompatDisplayInsets() != null && !visibleIgnoringKeyguard
/frameworks/base/services/tests/wmtests/src/com/android/server/wm/
DTransparentPolicyTest.java279 robot.assertNotNullOnTopActivity(ActivityRecord::getCompatDisplayInsets); in testTranslucentActivity_clearSizeCompatMode_inheritedCompatDisplayInsetsCleared()
281 robot.assertNullOnTopActivity(ActivityRecord::getCompatDisplayInsets); in testTranslucentActivity_clearSizeCompatMode_inheritedCompatDisplayInsetsCleared()
DSizeCompatTests.java3916 assertNotNull(activity.getCompatDisplayInsets());
/frameworks/base/services/
Dart-wear-profile25573 HPLcom/android/server/wm/ActivityRecord;->getCompatDisplayInsets()Lcom/android/server/wm/ActivityRe…