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

/packages/apps/Launcher2/src/com/android/launcher2/
H A DInterruptibleInOutAnimator.java116 public void animateOut() { method in class:InterruptibleInOutAnimator
H A DCellLayout.java1264 mDragOutlineAnims[oldIndex].animateOut();
1279 mDragOutlineAnims[oldIndex].animateOut();
2934 mDragOutlineAnims[mDragOutlineCurrent].animateOut();
/packages/apps/Launcher3/src/com/android/launcher3/
H A DInterruptibleInOutAnimator.java116 public void animateOut() { method in class:InterruptibleInOutAnimator
H A DCellLayout.java1138 mDragOutlineAnims[oldIndex].animateOut();
1153 mDragOutlineAnims[oldIndex].animateOut();
2847 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.java242 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 423 milliseconds