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

/frameworks/base/core/java/android/widget/
H A DViewAnimator.java272 * @param inAnimation The animation started when a View enters the screen.
277 public void setInAnimation(Animation inAnimation) { argument
278 mInAnimation = inAnimation;
H A DAdapterViewAnimator.java870 * @param inAnimation The animation started when a View enters the screen.
875 public void setInAnimation(ObjectAnimator inAnimation) { argument
876 mInAnimation = inAnimation;

Completed in 58 milliseconds