Searched refs:startRadius (Results 1 – 6 of 6) sorted by relevance
/packages/apps/Launcher3/src/com/android/launcher3/anim/ |
D | RoundedRectRevealOutlineProvider.java | 35 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, in RoundedRectRevealOutlineProvider() argument 37 mStartRadius = startRadius; in RoundedRectRevealOutlineProvider()
|
/packages/apps/Launcher3/quickstep/recents_ui_overrides/src/com/android/quickstep/ |
D | BaseSwipeUpHandler.java | 387 float startRadius = mClipAnimationHelper.getCurrentCornerRadius(); in createWindowAnimationToHome() local 420 mTransformParams.setCornerRadius(endRadius * progress + startRadius in createWindowAnimationToHome()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.kt | 587 val startRadius: Float = max(sourceBounds.width(), sourceBounds.height()) / 2.0f in getAlertAnimator() constant 599 revealView, CircleView.RADIUS, startRadius, endRadius) in getAlertAnimator()
|
D | AlarmActivity.java | 605 final float startRadius = Math.max(sourceBounds.width(), sourceBounds.height()) / 2.0f; in getAlertAnimator() local 617 revealView, CircleView.RADIUS, startRadius, endRadius); in getAlertAnimator()
|
/packages/apps/Dialer/java/com/android/dialer/callcomposer/ |
D | CallComposerActivity.java | 738 int startRadius = shouldHide ? centerX : 0; in animateSendAndCall() local 750 sendAndCall, centerX, centerY, startRadius, endRadius); in animateSendAndCall()
|
/packages/apps/Camera2/src/com/android/camera/ui/ |
D | ModeListView.java | 2026 int startRadius = getResources().getDimensionPixelSize( in setupAnimators() local 2029 mPeepHoleAnimator = ValueAnimator.ofFloat(startRadius, endRadius); in setupAnimators()
|