Home
last modified time | relevance | path

Searched refs:userMinAspectRatio (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioDetails.java176 private String getSelectedKey(@PackageManager.UserMinAspectRatio int userMinAspectRatio) { in getSelectedKey() argument
180 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()