Searched refs:shareInterpolator (Results 1 - 1 of 1) sorted by relevance

/frameworks/base/core/java/android/view/animation/
H A DAnimationSet.java44 * <li>startOffset, shareInterpolator: These properties apply to the AnimationSet itself.</li>
116 * @param shareInterpolator Pass true if all of the animations in this set
120 public AnimationSet(boolean shareInterpolator) { argument
121 setFlag(PROPERTY_SHARE_INTERPOLATOR_MASK, shareInterpolator);
431 boolean shareInterpolator = (mFlags & PROPERTY_SHARE_INTERPOLATOR_MASK)
436 if (shareInterpolator) {
474 if (shareInterpolator) {

Completed in 361 milliseconds