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.java266 ObjectAnimator scaleAnimator = ObjectAnimator.ofFloat(this, "glowScale", in enterSoftware() local
268 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()