Searched refs:customInterpolator (Results 1 – 3 of 3) sorted by relevance
201 Interpolator customInterpolator = in transformViewFrom() local203 if (customInterpolator != null) { in transformViewFrom()204 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewFrom()214 Interpolator customInterpolator = in transformViewFrom() local216 if (customInterpolator != null) { in transformViewFrom()217 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewFrom()345 Interpolator customInterpolator = in transformViewTo() local347 if (customInterpolator != null) { in transformViewTo()348 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewTo()362 Interpolator customInterpolator = in transformViewTo() local[all …]
88 Interpolator customInterpolator = properties.getCustomInterpolator(view, property); in startAnimation() local89 Interpolator interpolator = customInterpolator != null ? customInterpolator in startAnimation()
507 Interpolator customInterpolator = properties.getCustomInterpolator(child, in startXTranslationAnimation() local509 Interpolator interpolator = customInterpolator != null ? customInterpolator in startXTranslationAnimation()572 Interpolator customInterpolator = properties.getCustomInterpolator(child, in startYTranslationAnimation() local574 Interpolator interpolator = customInterpolator != null ? customInterpolator in startYTranslationAnimation()