Home
last modified time | relevance | path

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

/packages/apps/Calculator/src/com/android/calculator2/
DCalculator.java339 final float revealRadius = (float) Math.max(Math.sqrt(x1_2 + y_2), Math.sqrt(x2_2 + y_2)); in reveal() local
343 revealCenterX, revealCenterY, 0.0f, revealRadius); in reveal()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFullScreenFragment.java568 final float revealRadius = (float) Math.sqrt(Math.pow(xMax, 2.0) + Math.pow(yMax, 2.0)); in revealAnimation() local
571 revealView, revealCenterX, revealCenterY, 0.0f, revealRadius); in revealAnimation()
/packages/apps/Launcher3/src/com/android/launcher3/
DLauncher.java3380 float revealRadius = (float) Math.sqrt((width * width) / 4 + (height * height) / 4); in showAppsCustomizeHelper() local
3451 height / 2, startRadius, revealRadius); in showAppsCustomizeHelper()
3627 float revealRadius = (float) Math.sqrt((width * width) / 4 + (height * height) / 4); in hideAppsCustomizeHelper() local
3718 height / 2, revealRadius, finalRadius); in hideAppsCustomizeHelper()