Searched refs:ar1 (Results 1 – 4 of 4) sorted by relevance
360 public static boolean hasSameAspectRatio(Rational ar1, Rational ar2) { in hasSameAspectRatio() argument361 return Math.abs(ar1.toDouble() - ar2.toDouble()) < ASPECT_RATIO_TOLERANCE; in hasSameAspectRatio()
192 bool isAspectRatioClose(float ar1, float ar2);
273 AsyncResult ar1 = new AsyncResult( in testRetryARAM_shouldRetry() local277 assertTrue(mUiccCarrierPrivilegeRules.shouldRetry(ar1, 0)); in testRetryARAM_shouldRetry()
173 bool isAspectRatioClose(float ar1, float ar2) { in isAspectRatioClose() argument177 return (std::abs(ar1 - ar2) < kAspectRatioMatchThres); in isAspectRatioClose()