Searched refs:otherArea (Results 1 – 1 of 1) sorted by relevance
52 int otherArea = b.spanX * b.spanY; in compare() local53 return thisArea == otherArea in compare()55 : Integer.compare(thisArea, otherArea); in compare()