Home
last modified time | relevance | path

Searched refs:scaleAnimator (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java302 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local
304 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()