Lines Matching refs:alphaInterpolator
639 * @param alphaInterpolator The interpolator to use for the alpha of the view.
650 final Interpolator motionInterpolator, final Interpolator alphaInterpolator,
670 if (alphaInterpolator == null || motionInterpolator == null) {
684 float alphaPercent = alphaInterpolator == null ? percent :
685 alphaInterpolator.getInterpolation(percent);