Searched refs:mUserAspectRatio (Results 1 – 1 of 1) sorted by relevance
202 private int mUserAspectRatio = USER_MIN_ASPECT_RATIO_UNSET; field in LetterboxUiController1112 mUserAspectRatio = getUserMinAspectRatioOverrideCode(); in shouldApplyUserMinAspectRatioOverride()1114 return mUserAspectRatio != USER_MIN_ASPECT_RATIO_UNSET in shouldApplyUserMinAspectRatioOverride()1115 && mUserAspectRatio != USER_MIN_ASPECT_RATIO_APP_DEFAULT in shouldApplyUserMinAspectRatioOverride()1116 && mUserAspectRatio != USER_MIN_ASPECT_RATIO_FULLSCREEN; in shouldApplyUserMinAspectRatioOverride()1130 mUserAspectRatio = getUserMinAspectRatioOverrideCode(); in shouldApplyUserFullscreenOverride()1132 return mUserAspectRatio == USER_MIN_ASPECT_RATIO_FULLSCREEN; in shouldApplyUserFullscreenOverride()1141 && (mUserAspectRatio == USER_MIN_ASPECT_RATIO_UNSET in isSystemOverrideToFullscreenEnabled()1142 || mUserAspectRatio == USER_MIN_ASPECT_RATIO_FULLSCREEN); in isSystemOverrideToFullscreenEnabled()1151 switch (mUserAspectRatio) { in getUserMinAspectRatio()[all …]