Searched refs:endRadius (Results 1 – 4 of 4) sorted by relevance
137 int centerY, float startRadius, float endRadius) { in createCircularReveal() argument139 centerY, startRadius, endRadius); in createCircularReveal()
226 int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in startPeepHoleAnimation() local229 final ValueAnimator radiusAnimator = ValueAnimator.ofFloat(0, endRadius); in startPeepHoleAnimation()
2024 … int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in setupAnimators() local2029 mPeepHoleAnimator = ValueAnimator.ofFloat(startRadius, endRadius); in setupAnimators()
569 final float endRadius = (float) Math.sqrt(xMax * xMax + yMax * yMax); in getAlertAnimator() local580 revealView, CircleView.RADIUS, startRadius, endRadius); in getAlertAnimator()