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.java282 ObjectAnimator alphaAnimator = ObjectAnimator.ofFloat(this, "glowAlpha", mGlowAlpha, 0f); in exitSoftware() local
283 alphaAnimator.setInterpolator(Interpolators.ALPHA_OUT); in exitSoftware()
284 alphaAnimator.setDuration(ANIMATION_DURATION_FADE); in exitSoftware()
285 alphaAnimator.addListener(mAnimatorListener); in exitSoftware()
286 alphaAnimator.start(); in exitSoftware()
287 mRunningAnimations.add(alphaAnimator); in exitSoftware()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/
DTrustDrawable.java224 ValueAnimator alphaAnimator = configureAnimator( in makeAnimators() local
232 set.playTogether(alphaAnimator, sizeAnimator); in makeAnimators()