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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java115 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);

Completed in 158 milliseconds