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

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java271 * @param inAnimation The animation started when a View enters the screen.
276 public void setInAnimation(Animation inAnimation) { argument
277 mInAnimation = inAnimation;
H A DAdapterViewAnimator.java872 * @param inAnimation The animation started when a View enters the screen.
877 public void setInAnimation(ObjectAnimator inAnimation) { argument
878 mInAnimation = inAnimation;

Completed in 43 milliseconds