Home
last modified time | relevance | path

Searched refs:startRadius (Results 1 – 4 of 4) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/anim/
DRoundedRectRevealOutlineProvider.java35 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, in RoundedRectRevealOutlineProvider() argument
37 mStartRadius = startRadius; in RoundedRectRevealOutlineProvider()
/packages/apps/DeskClock/src/com/android/deskclock/alarms/
DAlarmActivity.java605 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/
DCallComposerActivity.java738 int startRadius = shouldHide ? centerX : 0; in animateSendAndCall() local
750 sendAndCall, centerX, centerY, startRadius, endRadius); in animateSendAndCall()
/packages/apps/Camera2/src/com/android/camera/ui/
DModeListView.java2026 int startRadius = getResources().getDimensionPixelSize( in setupAnimators() local
2029 mPeepHoleAnimator = ValueAnimator.ofFloat(startRadius, endRadius); in setupAnimators()