Searched refs:mCompatDisplayInsets (Results 1 – 1 of 1) sorted by relevance
587 private CompatDisplayInsets mCompatDisplayInsets; field in ActivityRecord7004 return mCompatDisplayInsets; in getCompatDisplayInsets()7015 if (mCompatDisplayInsets == null || !shouldCreateCompatDisplayInsets() in inSizeCompatMode()7082 if (mCompatDisplayInsets != null || !shouldCreateCompatDisplayInsets()) { in updateCompatDisplayInsets()7108 mCompatDisplayInsets = in updateCompatDisplayInsets()7118 mCompatDisplayInsets = null; in clearSizeCompatMode()7178 if (mCompatDisplayInsets != null) { in resolveOverrideConfiguration()7195 if (isFixedOrientationLetterboxAllowed || mCompatDisplayInsets != null in resolveOverrideConfiguration()7233 mCompatDisplayInsets != null, in resolveOverrideConfiguration()7353 if (mCompatDisplayInsets != null && !mCompatDisplayInsets.mIsInFixedOrientationLetterbox) { in resolveFixedOrientationConfiguration()[all …]