Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/policy/
DKeyButtonRipple.java227 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(this, "glowAlpha", mGlowAlpha, 0f); in exitSoftware() local
228 alphaAnimator.setInterpolator(mAlphaExitInterpolator); in exitSoftware()
229 alphaAnimator.setDuration(ANIMATION_DURATION_FADE); in exitSoftware()
230 alphaAnimator.addListener(mAnimatorListener); in exitSoftware()
231 alphaAnimator.start(); in exitSoftware()
232 mRunningAnimations.add(alphaAnimator); in exitSoftware()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTrustDrawable.java234 ValueAnimator alphaAnimator = configureAnimator( in makeAnimators() local
242 set.playTogether(alphaAnimator, sizeAnimator); in makeAnimators()