Searched refs:revealRadius (Results 1 – 2 of 2) sorted by relevance
267 float revealRadius = (float) Math.hypot(width / 2, height / 2); in startAnimationToOverlay() local320 startRadius, revealRadius).createRevealAnimator(revealView); in startAnimationToOverlay()557 float revealRadius = (float) Math.hypot(width / 2, height / 2); in startAnimationToWorkspaceFromOverlay() local629 revealRadius, finalRadius).createRevealAnimator(revealView); in startAnimationToWorkspaceFromOverlay()
1054 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2)); in reveal() local1058 revealCenterX, revealCenterY, 0.0f, revealRadius); in reveal()