Home
last modified time | relevance | path

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

/packages/apps/Camera2/src/com/android/camera/widget/
DRoundedThumbnailView.java492 Interpolator stretchInterpolator; in runPendingRequestAnimation() local
495 stretchInterpolator = AnimationUtils.loadInterpolator( in runPendingRequestAnimation()
498 stretchInterpolator = new AccelerateDecelerateInterpolator(); in runPendingRequestAnimation()
505 stretchAnimator.setInterpolator(stretchInterpolator); in runPendingRequestAnimation()
520 Interpolator shrinkInterpolator = stretchInterpolator; in runPendingRequestAnimation()