Searched refs:mUserAspectRatio (Results 1 – 1 of 1) sorted by relevance
259 private int mUserAspectRatio = USER_MIN_ASPECT_RATIO_UNSET; field in LetterboxUiController1165 mUserAspectRatio = getUserMinAspectRatioOverrideCode(); in shouldApplyUserMinAspectRatioOverride()1167 return mUserAspectRatio != USER_MIN_ASPECT_RATIO_UNSET in shouldApplyUserMinAspectRatioOverride()1168 && mUserAspectRatio != USER_MIN_ASPECT_RATIO_FULLSCREEN; in shouldApplyUserMinAspectRatioOverride()1180 mUserAspectRatio = getUserMinAspectRatioOverrideCode(); in shouldApplyUserFullscreenOverride()1182 return mUserAspectRatio == USER_MIN_ASPECT_RATIO_FULLSCREEN; in shouldApplyUserFullscreenOverride()1186 switch (mUserAspectRatio) { in getUserMinAspectRatio()1199 + mUserAspectRatio); in getUserMinAspectRatio()1211 return mUserAspectRatio; in getUserMinAspectRatioOverrideCode()