Searched refs:mUserAspectRatioMap (Results 1 – 1 of 1) sorted by relevance
78 private final Map<Integer, String> mUserAspectRatioMap; field in UserAspectRatioManager92 mUserAspectRatioMap = getUserMinAspectRatioMapping(); in UserAspectRatioManager()123 mUserAspectRatioMap.get(USER_MIN_ASPECT_RATIO_UNSET), in getUserMinAspectRatioEntry()132 : mUserAspectRatioMap.getOrDefault(aspectRatio, appDefault); in getUserMinAspectRatioEntry()176 return mUserAspectRatioMap.containsKey(option); in hasAspectRatioOption()