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

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java295 * @param outAnimation The animation started when a View exit the screen.
300 public void setOutAnimation(Animation outAnimation) { argument
301 mOutAnimation = outAnimation;
H A DAdapterViewAnimator.java896 * @param outAnimation The animation started when a View exit the screen.
901 public void setOutAnimation(ObjectAnimator outAnimation) { argument
902 mOutAnimation = outAnimation;

Completed in 378 milliseconds