Searched refs:xMax (Results 1 – 1 of 1) sorted by relevance
602 final int xMax = Math.max(centerX, containerView.getWidth() - centerX); in getAlertAnimator() local606 final float endRadius = (float) Math.sqrt(xMax * xMax + yMax * yMax); in getAlertAnimator()