Home
last modified time | relevance | path

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

/packages/apps/Messaging/src/com/android/messaging/util/
DUiUtils.java210 final ScaleAnimation showHideAnimation = in revealOrHideViewWithAnimation() local
214 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()