Searched refs:closeAnim (Results 1 – 1 of 1) sorted by relevance
415 final AnimatorSet closeAnim = new AnimatorSet(); in animateClose() local430 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()