Searched defs:endRadius (Results 1 – 8 of 8) sorted by relevance
35 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, in RoundedRectRevealOutlineProvider()
104 Rect startRect, Rect endRect, float endRadius, boolean isReversed); in createRevealAnimator()118 Rect startRect, Rect endRect, float endRadius, boolean isReversed) { in createRevealAnimator()
588 val endRadius = sqrt(xMax * xMax + yMax * yMax.toDouble()).toFloat() in getAlertAnimator() constant
606 final float endRadius = (float) Math.sqrt(xMax * xMax + yMax * yMax); in getAlertAnimator() local
226 int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in startPeepHoleAnimation() local
2024 … int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in setupAnimators() local
388 float endRadius = startRect.width() / 6f; in createWindowAnimationToHome() local
739 int endRadius = shouldHide ? 0 : centerX; in animateSendAndCall() local