Searched defs:animateOut (Results 1 - 4 of 4) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java116 public void animateOut() { method in class:InterruptibleInOutAnimator
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInterruptibleInOutAnimator.java116 public void animateOut() { method in class:InterruptibleInOutAnimator
/packages/apps/Browser/src/com/android/browser/
H A DNavTabScroller.java261 protected void animateOut(View v) { method in class:NavTabScroller
263 animateOut(v, -mFlingVelocity);
266 private void animateOut(final View v, float velocity) { method in class:NavTabScroller
268 animateOut(v, velocity, start);
271 private void animateOut(final View v, float velocity, float start) { method in class:NavTabScroller
446 animateOut(downView, Math.signum(diff) * mFlingVelocity, diff);
458 animateOut(v, velocity);
/packages/apps/Browser/src/com/android/browser/view/
H A DPieMenu.java484 private void animateOut(final PieItem fixed, AnimatorListener listener) { method in class:PieMenu
530 animateOut(item, new AnimatorListenerAdapter() {
563 animateOut(mOpenItem, new AnimatorListenerAdapter() {

Completed in 134 milliseconds