Searched refs:containsSize (Results 1 – 2 of 2) sorted by relevance
427 boolean invalidSize = (s == null) ? false : !ParameterUtils.containsSize(sizes, in convertRequestMetadata()
272 public static boolean containsSize(List<Camera.Size> sizeList, int width, int height) { in containsSize() method in ParameterUtils