Searched refs:userMinAspectRatioMap (Results 1 – 1 of 1) sorted by relevance
270 final Map<Integer, String> userMinAspectRatioMap = new ArrayMap<>(); in getUserMinAspectRatioMapping() local293 userMinAspectRatioMap.put(aspectRatioVal, aspectRatioString); in getUserMinAspectRatioMapping()297 if (!userMinAspectRatioMap.containsKey(USER_MIN_ASPECT_RATIO_UNSET)) { in getUserMinAspectRatioMapping()302 userMinAspectRatioMap.put(USER_MIN_ASPECT_RATIO_APP_DEFAULT, in getUserMinAspectRatioMapping()303 userMinAspectRatioMap.get(USER_MIN_ASPECT_RATIO_UNSET)); in getUserMinAspectRatioMapping()311 return userMinAspectRatioMap; in getUserMinAspectRatioMapping()