Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java65 ObjectAnimator scaleAnimation = mExpandHelper.getScaleAnimation(); in testAnimationDoesntClearViewIfNewExpansionStarted() local
66 scaleAnimation.end(); in testAnimationDoesntClearViewIfNewExpansionStarted()
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1052 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0); in runEnterAnimation() local
1053 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() local
1146 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()