Home | History | Annotate | Download | only in animation

Lines Matching defs:defaultChangeIn

160     private static ObjectAnimator defaultChangeIn;
283 if (defaultChangeIn == null) {
291 defaultChangeIn = ObjectAnimator.ofPropertyValuesHolder((Object)null,
293 defaultChangeIn.setDuration(DEFAULT_DURATION);
294 defaultChangeIn.setStartDelay(mChangingAppearingDelay);
295 defaultChangeIn.setInterpolator(mChangingAppearingInterpolator);
296 defaultChangeOut = defaultChangeIn.clone();
299 defaultChange = defaultChangeIn.clone();
312 mChangingAppearingAnim = defaultChangeIn;
740 parentAnimator = defaultChangeIn;