Searched refs:compareSizes (Results 1 – 2 of 2) sorted by relevance
58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() method in CameraUtils76 return compareSizes(lhs.width, lhs.height, rhs.width, rhs.height); in compare()
1017 .compareSizes(lhs.getWidth(), lhs.getHeight(), rhs.getWidth(), rhs.getHeight()); in compare()