Searched refs:userMinAspectRatio (Results 1 – 1 of 1) sorted by relevance
176 private String getSelectedKey(@PackageManager.UserMinAspectRatio int userMinAspectRatio) { in getSelectedKey() argument180 if (userMinAspectRatio == USER_MIN_ASPECT_RATIO_UNSET && mIsOverrideToFullscreenEnabled) { in getSelectedKey()182 userMinAspectRatio = USER_MIN_ASPECT_RATIO_FULLSCREEN; in getSelectedKey()184 return mKeyToAspectRatioMap.inverse().getOrDefault(userMinAspectRatio, appDefault); in getSelectedKey()