Home
last modified time | relevance | path

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

/packages/apps/Settings/src/com/android/settings/applications/appcompat/
DUserAspectRatioManager.java79 private final Map<Integer, CharSequence> mUserAspectRatioA11yMap; field in UserAspectRatioManager
90 mUserAspectRatioA11yMap = new ArrayMap<>(); in UserAspectRatioManager()
144 : mUserAspectRatioA11yMap.getOrDefault(aspectRatio, in getAccessibleEntry()
291 mUserAspectRatioA11yMap.put(aspectRatioVal, accessibleSequence); in getUserMinAspectRatioMapping()
306 if (mUserAspectRatioA11yMap.containsKey(USER_MIN_ASPECT_RATIO_UNSET)) { in getUserMinAspectRatioMapping()
307 mUserAspectRatioA11yMap.put(USER_MIN_ASPECT_RATIO_APP_DEFAULT, in getUserMinAspectRatioMapping()
308 mUserAspectRatioA11yMap.get(USER_MIN_ASPECT_RATIO_UNSET)); in getUserMinAspectRatioMapping()