Home | History | Annotate | Download | only in animation

Lines Matching refs:interpolator

125     // Records the interpolator for the set. Null value indicates that no interpolator
350 * of this AnimatorSet. The default value is null, which means that no interpolator
351 * is set on this AnimatorSet. Setting the interpolator to any non-null value
352 * will cause that interpolator to be set on the child animations
355 * @param interpolator the interpolator to be used by each child animation of this AnimatorSet
358 public void setInterpolator(TimeInterpolator interpolator) {
359 mInterpolator = interpolator;