Searched defs:scaleAnimation (Results 1 – 2 of 2) sorted by relevance
72 ObjectAnimator scaleAnimation = mExpandHelper.getScaleAnimation(); in testAnimationDoesntClearViewIfNewExpansionStarted() local
1052 Animation scaleAnimation = new ScaleAnimation(scale, scale, 0, 0); in runEnterAnimation() local1145 final Animation scaleAnimation = new ScaleAnimation(1f, 1f, scale, scale); in runExitAnimation() local