Home | History | Annotate | Download | only in settings

Lines Matching defs:medium

59         public Size medium;
78 return medium;
92 return "SelectedPictureSizes: " + large + ", " + medium + ", " + small;
99 public int medium = -1;
103 // Sanitize the value to be either small, medium or large. Default
112 return medium;
125 private static final String SIZE_MEDIUM = "medium";
128 /** The ideal "medium" picture size is 50% of "large". */
155 * "medium, "small".
169 * Based on the selected size (large, medium or small), and the list of
174 * "medium, "small".
188 * that shall be selected for being 'large', 'medium' and 'small'.
226 // If possible we want to find medium and small sizes with the same
243 // aspect ratio, use that list to find small and medium sizes. If not,
250 // If there is only one remaining, use it for small and medium. If there
251 // are two, use the two for small and medium.
256 selectedSizes.medium = selectedSizes.large;
260 selectedSizes.medium = searchList.get(0);
264 selectedSizes.medium = searchList.get(0);
269 // for medium and small.
279 // the medium size one up.
287 selectedSizes.medium = searchList.get(mediumSizeIndex);
295 * Determines the video quality for large/medium/small for the given camera.
297 * qualitySetting does not match either large. medium or small.
299 * @param qualitySetting One of 'large', 'medium', 'small'.
314 // and set large/medium/small accordingly.
325 selectedQualities.medium = sVideoQualities[mediumIndex];