Searched refs:rhs (Results 1 – 7 of 7) sorted by relevance
28 override fun compare(lhs: Size, rhs: Size) =29 signum(lhs.width.toLong() * lhs.height - rhs.width.toLong() * rhs.height)
14 override fun compare(lhs: Size, rhs: Size) =15 signum(lhs.width.toLong() * lhs.height - rhs.width.toLong() * rhs.height)
123 public int compare(Attraction lhs, Attraction rhs) { in loadAttractionsFromLocation()127 rhs.location, curLatLng); in loadAttractionsFromLocation()
701 public int compare(Size lhs, Size rhs) { in compare() argument704 (long) rhs.getWidth() * rhs.getHeight()); in compare()
964 public int compare(Size lhs, Size rhs) { in compare() argument967 (long) rhs.getWidth() * rhs.getHeight()); in compare()
1515 public int compare(Size lhs, Size rhs) { in compare() argument1518 (long) rhs.getWidth() * rhs.getHeight()); in compare()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...