Searched refs:startRadius (Results 1 – 5 of 5) 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/src/com/android/launcher3/taskbar/ |
D | StashedHandleViewController.java | 213 float startRadius = mStashedHandleRadius; in createRevealAnimToIsStashed() local 221 startRadius = visualBounds.height() / 2f; in createRevealAnimToIsStashed() 225 startRadius, mStashedHandleRadius, visualBounds, mStashedHandleBounds); in createRevealAnimToIsStashed()
|
/packages/apps/DeskClock/src/com/android/deskclock/alarms/ |
D | AlarmActivity.kt | 594 val startRadius: Float = max(sourceBounds.width(), sourceBounds.height()) / 2.0f in getAlertAnimator() constant 606 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()
|