Searched refs:scaleAnimation (Results 1 – 2 of 2) sorted by relevance
65 ObjectAnimator scaleAnimation = mExpandHelper.getScaleAnimation(); in testAnimationDoesntClearViewIfNewExpansionStarted() local66 scaleAnimation.end(); in testAnimationDoesntClearViewIfNewExpansionStarted()
1052 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0); in runEnterAnimation() local1053 scaleAnimation.setDuration(ENTER_ANIMATION_DURATION_MS); in runEnterAnimation()1057 animationSet.addAnimation(scaleAnimation); in runEnterAnimation()1145 final Animation scaleAnimation = new ScaleAnimation(1f, 1f, scale, scale); in runExitAnimation() local1146 scaleAnimation.setDuration(EXIT_ANIMATION_DURATION_MS); in runExitAnimation()1161 scaleAnimation.setAnimationListener(listener); in runExitAnimation()1166 mTemporaryImage.startAnimation(scaleAnimation); in runExitAnimation()1168 mViewPager.startAnimation(scaleAnimation); in runExitAnimation()