Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/tests/src/com/android/systemui/
DExpandHelperTest.java72 ObjectAnimator scaleAnimation = mExpandHelper.getScaleAnimation(); in testAnimationDoesntClearViewIfNewExpansionStarted() local
/frameworks/opt/photoviewer/src/com/android/ex/photo/
DPhotoViewController.java1052 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0); in runEnterAnimation() local
1145 final Animation scaleAnimation = new ScaleAnimation(1f, 1f, scale, scale); in runExitAnimation() local