Searched refs:customInterpolator (Results 1 – 3 of 3) sorted by relevance
214 Interpolator customInterpolator = in transformViewFrom() local216 if (customInterpolator != null) { in transformViewFrom()217 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewFrom()227 Interpolator customInterpolator = in transformViewFrom() local229 if (customInterpolator != null) { in transformViewFrom()230 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewFrom()378 Interpolator customInterpolator = in transformViewTo() local380 if (customInterpolator != null) { in transformViewTo()381 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewTo()395 Interpolator customInterpolator = in transformViewTo() local[all …]
106 Interpolator customInterpolator = properties.getCustomInterpolator(view, property); in startAnimation() local107 Interpolator interpolator = customInterpolator != null ? customInterpolator in startAnimation()
508 Interpolator customInterpolator = properties.getCustomInterpolator(child, in startXTranslationAnimation() local510 Interpolator interpolator = customInterpolator != null ? customInterpolator in startXTranslationAnimation()574 Interpolator customInterpolator = properties.getCustomInterpolator(child, in startYTranslationAnimation() local576 Interpolator interpolator = customInterpolator != null ? customInterpolator in startYTranslationAnimation()