Home
last modified time | relevance | path

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

/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java444 final int yMax = Math.max(centerY, mContainerView.getHeight() - centerY); in getAlertAnimator() local
445 final float endRadius = (float) Math.sqrt(Math.pow(xMax, 2.0) + Math.pow(yMax, 2.0)); in getAlertAnimator()
/packages/apps/DeskClock/src/com/android/deskclock/timer/
DTimerFullScreenFragment.java567 final int yMax = Math.max(revealCenterY, decorView.getHeight() - revealCenterY); in revealAnimation() local
568 final float revealRadius = (float) Math.sqrt(Math.pow(xMax, 2.0) + Math.pow(yMax, 2.0)); in revealAnimation()