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