Searched refs:lhs (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()125 lhs.location, curLatLng); in loadAttractionsFromLocation()
701 public int compare(Size lhs, Size rhs) { in compare() argument703 return Long.signum((long) lhs.getWidth() * lhs.getHeight() - in compare()
964 public int compare(Size lhs, Size rhs) { in compare() argument966 return Long.signum((long) lhs.getWidth() * lhs.getHeight() - in compare()
1515 public int compare(Size lhs, Size rhs) { in compare() argument1517 return Long.signum((long) lhs.getWidth() * lhs.getHeight() - in compare()
META-INF/ META-INF/MANIFEST.MF android/ android/support/ android/ ...