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

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java290 * @param outAnimation The animation started when a View exit the screen.
295 public void setOutAnimation(Animation outAnimation) { argument
296 mOutAnimation = outAnimation;
H A DAdapterViewAnimator.java879 * @param outAnimation The animation started when a View exit the screen.
884 public void setOutAnimation(ObjectAnimator outAnimation) { argument
885 mOutAnimation = outAnimation;

Completed in 54 milliseconds