Home
last modified time | relevance | path

Searched refs:endRadius (Results 1 – 5 of 5) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DRoundedRectRevealOutlineProvider.java42 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/
DModeTransitionView.java226 int endRadius = (int) (Math.sqrt(horizontalDistanceToFarEdge * horizontalDistanceToFarEdge in startPeepHoleAnimation() local
229 final ValueAnimator radiusAnimator = ValueAnimator.ofFloat(0, endRadius); in startPeepHoleAnimation()
DModeListView.java2024 … 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/
DAlarmActivity.java606 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/
DCallComposerActivity.java649 int endRadius = shouldHide ? 0 : centerX; in animateSendAndCall() local
660 sendAndCall, centerX, centerY, startRadius, endRadius); in animateSendAndCall()