Searched refs:animateOut (Results 1 - 5 of 5) sorted by relevance

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java115 public void animateOut() { method in class:InterruptibleInOutAnimator
H A DCellLayout.java1253 mDragOutlineAnims[oldIndex].animateOut();
1268 mDragOutlineAnims[oldIndex].animateOut();
2923 mDragOutlineAnims[mDragOutlineCurrent].animateOut();
/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);
H A DNavScreen.java240 mScroller.animateOut(tabview);
/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 1020 milliseconds