Searched refs:yMax (Results 1 – 2 of 2) sorted by relevance
444 final int yMax = Math.max(centerY, mContainerView.getHeight() - centerY); in getAlertAnimator() local445 final float endRadius = (float) Math.sqrt(Math.pow(xMax, 2.0) + Math.pow(yMax, 2.0)); in getAlertAnimator()
567 final int yMax = Math.max(revealCenterY, decorView.getHeight() - revealCenterY); in revealAnimation() local568 final float revealRadius = (float) Math.sqrt(Math.pow(xMax, 2.0) + Math.pow(yMax, 2.0)); in revealAnimation()