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

/frameworks/base/core/java/android/widget/
H A DAdapterViewAnimator.java899 * @param outAnimation The animation started when a View exit the screen.
904 public void setOutAnimation(ObjectAnimator outAnimation) { argument
905 mOutAnimation = outAnimation;
H A DViewAnimator.java296 * @param outAnimation The animation started when a View exit the screen.
301 public void setOutAnimation(Animation outAnimation) { argument
302 mOutAnimation = outAnimation;
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
H A DBrightnessMirrorController.java50 outAnimation(mPanelHolder.animate())
66 private ViewPropertyAnimator outAnimation(ViewPropertyAnimator a) { method in class:BrightnessMirrorController

Completed in 76 milliseconds