Searched refs:endRadius (Results 1 – 4 of 4) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/ |
D | LauncherAnimUtils.java | 132 int centerY, float startRadius, float endRadius) { in createCircularReveal() argument 134 centerY, startRadius, endRadius); in createCircularReveal()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ModeTransitionView.java | 226 int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in startPeepHoleAnimation() local 229 final ValueAnimator radiusAnimator = ValueAnimator.ofFloat(0, endRadius); in startPeepHoleAnimation()
|
D | ModeListView.java | 2019 … int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in setupAnimators() local 2024 mPeepHoleAnimator = ValueAnimator.ofFloat(startRadius, endRadius); in setupAnimators()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 445 final float endRadius = (float) Math.sqrt(Math.pow(xMax, 2.0) + Math.pow(yMax, 2.0)); in getAlertAnimator() local 457 revealView, centerX, centerY, startRadius, endRadius); in getAlertAnimator()
|