Home
last modified time | relevance | path

Searched refs:closeAnim (Results 1 – 1 of 1) sorted by relevance

/packages/apps/Launcher3/src/com/android/launcher3/popup/
DArrowPopup.java415 final AnimatorSet closeAnim = new AnimatorSet(); in animateClose() local
430 closeAnim.playSequentially(revealAnim, scaleArrow); in animateClose()
440 closeAnim.play(fadeOut); in animateClose()
442 onCreateCloseAnimation(closeAnim); in animateClose()
443 closeAnim.addListener(new AnimatorListenerAdapter() { in animateClose()
454 mOpenCloseAnimator = closeAnim; in animateClose()
455 closeAnim.start(); in animateClose()