Searched refs:getCompatDisplayInsets (Results 1 – 5 of 5) sorted by relevance
301 mInheritedCompatDisplayInsets = opaqueActivity.getCompatDisplayInsets(); in inheritFromOpaque()
8323 CompatDisplayInsets getCompatDisplayInsets() { in getCompatDisplayInsets() method in ActivityRecord8346 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
279 robot.assertNotNullOnTopActivity(ActivityRecord::getCompatDisplayInsets); in testTranslucentActivity_clearSizeCompatMode_inheritedCompatDisplayInsetsCleared()281 robot.assertNullOnTopActivity(ActivityRecord::getCompatDisplayInsets); in testTranslucentActivity_clearSizeCompatMode_inheritedCompatDisplayInsetsCleared()
3916 assertNotNull(activity.getCompatDisplayInsets());
25573 HPLcom/android/server/wm/ActivityRecord;->getCompatDisplayInsets()Lcom/android/server/wm/ActivityRe…