Searched refs:showHideAnimation (Results 1 – 1 of 1) sorted by relevance
210 final ScaleAnimation showHideAnimation = in revealOrHideViewWithAnimation() local214 showHideAnimation.setDuration(REVEAL_ANIMATION_DURATION); in revealOrHideViewWithAnimation()215 showHideAnimation.setInterpolator(DEFAULT_INTERPOLATOR); in revealOrHideViewWithAnimation()216 showHideAnimation.setAnimationListener(new AnimationListener() { in revealOrHideViewWithAnimation()236 view.startAnimation(showHideAnimation); in revealOrHideViewWithAnimation()