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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java56 inAnimation(mPanelHolder.animate())
71 private ViewPropertyAnimator inAnimation(ViewPropertyAnimator a) { method in class:BrightnessMirrorController
/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.java875 * @param inAnimation The animation started when a View enters the screen.
880 public void setInAnimation(ObjectAnimator inAnimation) { argument
881 mInAnimation = inAnimation;

Completed in 96 milliseconds