Searched refs:scaleAnimation (Results 1 – 1 of 1) sorted by relevance
966 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0); in runEnterAnimation() local967 scaleAnimation.setDuration(ENTER_ANIMATION_DURATION_MS); in runEnterAnimation()971 animationSet.addAnimation(scaleAnimation); in runEnterAnimation()1054 final Animation scaleAnimation = new ScaleAnimation(1f, 1f, scale, scale); in runExitAnimation() local1055 scaleAnimation.setDuration(EXIT_ANIMATION_DURATION_MS); in runExitAnimation()1070 scaleAnimation.setAnimationListener(listener); in runExitAnimation()1075 mTemporaryImage.startAnimation(scaleAnimation); in runExitAnimation()1077 mViewPager.startAnimation(scaleAnimation); in runExitAnimation()