Searched refs:customInterpolator (Results 1 – 3 of 3) sorted by relevance
166 Interpolator customInterpolator = in transformViewFrom() local168 if (customInterpolator != null) { in transformViewFrom()169 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewFrom()179 Interpolator customInterpolator = in transformViewFrom() local181 if (customInterpolator != null) { in transformViewFrom()182 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewFrom()302 Interpolator customInterpolator = in transformViewTo() local304 if (customInterpolator != null) { in transformViewTo()305 interpolation = customInterpolator.getInterpolation(transformationAmount); in transformViewTo()319 Interpolator customInterpolator = in transformViewTo() local[all …]
75 Interpolator customInterpolator = properties.getCustomInterpolator(view, property); in startAnimation() local76 Interpolator interpolator = customInterpolator != null ? customInterpolator in startAnimation()
502 Interpolator customInterpolator = properties.getCustomInterpolator(child, in startXTranslationAnimation() local504 Interpolator interpolator = customInterpolator != null ? customInterpolator in startXTranslationAnimation()567 Interpolator customInterpolator = properties.getCustomInterpolator(child, in startYTranslationAnimation() local569 Interpolator interpolator = customInterpolator != null ? customInterpolator in startYTranslationAnimation()