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" or two integers separated by "x".
175 * "medium, "small".
189 * Based on the selected size (large, medium or small), and the list of
194 * "medium, "small".
208 * that shall be selected for being 'large', 'medium' and 'small'.
246 // If possible we want to find medium and small sizes with the same
263 // aspect ratio, use that list to find small and medium sizes. If not,
270 // If there is only one remaining, use it for small and medium. If there
271 // are two, use the two for small and medium.
276 selectedSizes.medium = selectedSizes.large;
280 selectedSizes.medium = searchList.get(0);
284 selectedSizes.medium = searchList.get(0);
289 // for medium and small.
299 // the medium size one up.
307 selectedSizes.medium = searchList.get(mediumSizeIndex);
315 * Determines the video quality for large/medium/small for the given camera.
317 * qualitySetting does not match either large. medium or small.
319 * @param qualitySetting One of 'large', 'medium', 'small'.
334 // and set large/medium/small accordingly.
345 selectedQualities.medium = sVideoQualities[mediumIndex];