Searched refs:largestSupportedSize (Results 1 – 2 of 2) sorted by relevance
860 android.util.Size largestSupportedSize = supportedSizes[0]; in getDefaultPictureSize() local862 largestSupportedSize.getWidth() * largestSupportedSize.getHeight(); in getDefaultPictureSize()866 largestSupportedSize = supportedSizes[i]; in getDefaultPictureSize()870 return new Size(largestSupportedSize.getWidth(), largestSupportedSize.getHeight()); in getDefaultPictureSize()
396 android.util.Size largestSupportedSize = supportedSizes[0]; in getDefaultPictureSize() local398 largestSupportedSize.getWidth() * largestSupportedSize.getHeight(); in getDefaultPictureSize()402 largestSupportedSize = supportedSizes[i]; in getDefaultPictureSize()407 return new Size(largestSupportedSize.getWidth(), largestSupportedSize.getHeight()); in getDefaultPictureSize()