Home
last modified time | relevance | path

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

/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java966 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0); in runEnterAnimation() local
967 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() local
1055 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()