Searched refs:scaleAnimator (Results 1 – 1 of 1) sorted by relevance
290 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local292 scaleAnimator.setInterpolator(mInterpolator); in enterSoftware()293 scaleAnimator.setDuration(ANIMATION_DURATION_SCALE); in enterSoftware()294 scaleAnimator.addListener(mAnimatorListener); in enterSoftware()295 scaleAnimator.start(); in enterSoftware()296 mRunningAnimations.add(scaleAnimator); in enterSoftware()