Searched refs:scaleAnimator (Results 1 – 1 of 1) sorted by relevance
266 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local268 scaleAnimator.setInterpolator(mInterpolator); in enterSoftware()269 scaleAnimator.setDuration(ANIMATION_DURATION_SCALE); in enterSoftware()270 scaleAnimator.addListener(mAnimatorListener); in enterSoftware()271 scaleAnimator.start(); in enterSoftware()272 mRunningAnimations.add(scaleAnimator); in enterSoftware()