Searched refs:endRadius (Results 1 – 5 of 5) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | RoundedRectRevealOutlineProvider.java | 42 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, in RoundedRectRevealOutlineProvider() argument 44 this(startRadius, endRadius, startRect, endRect, in RoundedRectRevealOutlineProvider() 48 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, in RoundedRectRevealOutlineProvider() argument 51 mEndRadius = endRadius; in RoundedRectRevealOutlineProvider()
|
/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 | 2024 … int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in setupAnimators() local 2029 mPeepHoleAnimator = ValueAnimator.ofFloat(startRadius, endRadius); in setupAnimators()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.java | 606 final float endRadius = (float) Math.sqrt(xMax * xMax + yMax * yMax); in getAlertAnimator() local 617 revealView, CircleView.RADIUS, startRadius, endRadius); in getAlertAnimator()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | CallComposerActivity.java | 649 int endRadius = shouldHide ? 0 : centerX; in animateSendAndCall() local 660 sendAndCall, centerX, centerY, startRadius, endRadius); in animateSendAndCall()
|