Searched refs:scaleAnimator (Results 1 – 1 of 1) sorted by relevance
302 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local304 scaleAnimator.setInterpolator(mInterpolator); in enterSoftware()305 scaleAnimator.setDuration(ANIMATION_DURATION_SCALE); in enterSoftware()306 scaleAnimator.addListener(mAnimatorListener); in enterSoftware()307 scaleAnimator.start(); in enterSoftware()308 mRunningAnimations.add(scaleAnimator); in enterSoftware()