Home
last modified time | relevance | path

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

/packages/apps/Launcher3/src/com/android/launcher3/graphics/
DIconShape.java138 Rect startRect, Rect endRect, float endRadius, boolean isReversed); in createRevealAnimator() argument
148 Rect startRect, Rect endRect, float endRadius, boolean isReversed) { in createRevealAnimator() argument
150 getStartRadius(startRect), endRadius, startRect, endRect) { in createRevealAnimator()
177 Rect startRect, Rect endRect, float endRadius, Path outPath);
181 Rect startRect, Rect endRect, float endRadius, boolean isReversed) {
184 newUpdateListener(startRect, endRect, endRadius, path);
220 float endRadius, Path outPath) {
226 endRect.left, endRect.top, endRect.right, endRect.bottom, endRadius, endRadius};
327 float endRadius, Path outPath) {
334 endRect.left, endRect.top, endRect.right, endRect.bottom, endRadius, endRadius};
/packages/apps/Launcher3/src/com/android/launcher3/anim/
DRoundedRectRevealOutlineProvider.java35 public RoundedRectRevealOutlineProvider(float startRadius, float endRadius, Rect startRect, in RoundedRectRevealOutlineProvider() argument
38 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.kt595 val endRadius = sqrt(xMax * xMax + yMax * yMax.toDouble()).toFloat() in getAlertAnimator() constant
606 revealView, CircleView.RADIUS, startRadius, endRadius) in getAlertAnimator()
/packages/apps/Dialer/java/com/android/dialer/callcomposer/
DCallComposerActivity.java739 int endRadius = shouldHide ? 0 : centerX; in animateSendAndCall() local
750 sendAndCall, centerX, centerY, startRadius, endRadius); in animateSendAndCall()