Home
last modified time | relevance | path

Searched refs:revealRadius (Results 1 – 2 of 2) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/
DLauncherStateTransitionAnimation.java267 float revealRadius = (float) Math.hypot(width / 2, height / 2); in startAnimationToOverlay() local
320 startRadius, revealRadius).createRevealAnimator(revealView); in startAnimationToOverlay()
557 float revealRadius = (float) Math.hypot(width / 2, height / 2); in startAnimationToWorkspaceFromOverlay() local
629 revealRadius, finalRadius).createRevealAnimator(revealView); in startAnimationToWorkspaceFromOverlay()
/packages/apps/ExactCalculator/src/com/android/calculator2/
DCalculator.java1054 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2)); in reveal() local
1058 revealCenterX, revealCenterY, 0.0f, revealRadius); in reveal()