Home | History | Annotate | Download | only in utilities

Lines Matching defs:ALL

43     @IntDef({ALL, TRANSLATION_X, TRANSLATION_Y, TRANSLATION_Z, ALPHA, SCALE, BOUNDS})
46 public static final int ALL = 0;
66 * Creates an animation with a default {@param duration} and {@param interpolator} for all
74 * Creates an animation with a default {@param duration} and {@param interpolator} for all
84 * {@param interpolator} for all properties in this animation.
92 * {@param interpolator} for all properties in this animation.
96 setStartDelay(ALL, startDelay);
97 setDuration(ALL, duration);
98 setInterpolator(ALL, interpolator);
146 return mPropStartDelay.get(ALL, 0);
171 return mPropDuration.get(ALL, 0);
197 return mPropInterpolators.get(ALL, LINEAR_INTERPOLATOR);