Searched refs:scaleAnimator (Results 1 – 2 of 2) sorted by relevance
312 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local314 scaleAnimator.setInterpolator(mInterpolator); in enterSoftware()315 scaleAnimator.setDuration(ANIMATION_DURATION_SCALE); in enterSoftware()316 scaleAnimator.addListener(mAnimatorListener); in enterSoftware()317 scaleAnimator.start(); in enterSoftware()318 mRunningAnimations.add(scaleAnimator); in enterSoftware()
755 final ObjectAnimator scaleAnimator = ObjectAnimator.ofPropertyValuesHolder(mMirrorView, in animateBounceEffect() local758 scaleAnimator.setDuration(mBounceEffectDuration); in animateBounceEffect()759 scaleAnimator.start(); in animateBounceEffect()