Searched refs:heightA (Results 1 – 2 of 2) sorted by relevance
58 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument59 long left = widthA * (long) heightA; in compareSizes()
1754 public static int compareSizes(int widthA, int heightA, int widthB, int heightB) { in compareSizes() argument1755 long left = widthA * (long) heightA; in compareSizes()