Searched defs:endRadius (Results 1 – 7 of 7) sorted by relevance
83 Rect startRect, Rect endRect, float endRadius, boolean isReversed); in createRevealAnimator()92 Rect startRect, Rect endRect, float endRadius, boolean isReversed) { in createRevealAnimator()
35 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, in RoundedRectRevealOutlineProvider()
134 float endRadius) { in RectFSpringAnim2()
594 val endRadius = sqrt(xMax * xMax + yMax * yMax.toDouble()).toFloat() in getAlertAnimator() constant
226 int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in startPeepHoleAnimation() local
2024 … int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in setupAnimators() local
739 int endRadius = shouldHide ? 0 : centerX; in animateSendAndCall() local