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

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java266 * @param inAnimation The animation started when a View enters the screen.
271 public void setInAnimation(Animation inAnimation) { argument
272 mInAnimation = inAnimation;
H A DAdapterViewAnimator.java855 * @param inAnimation The animation started when a View enters the screen.
860 public void setInAnimation(ObjectAnimator inAnimation) { argument
861 mInAnimation = inAnimation;

Completed in 2372 milliseconds