Searched defs:outAnimation (Results 1 - 3 of 3) sorted by path

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java896 * @param outAnimation The animation started when a View exit the screen.
901 public void setOutAnimation(ObjectAnimator outAnimation) { argument
902 mOutAnimation = outAnimation;
H A DViewAnimator.java295 * @param outAnimation The animation started when a View exit the screen.
300 public void setOutAnimation(Animation outAnimation) { argument
301 mOutAnimation = outAnimation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java58 outAnimation(mNotificationPanel.animate())
75 private ViewPropertyAnimator outAnimation(ViewPropertyAnimator a) { method in class:BrightnessMirrorController

Completed in 78 milliseconds