Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/phone/fragment/
DStatusBarSystemEventAnimator.kt100 val alphaIn = ValueAnimator.ofFloat(0f, 1f).apply { in onSystemEventAnimationFinish() constant
110 animatorSet.playTogether(moveIn, alphaIn) in onSystemEventAnimationFinish()
/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt108 val alphaIn = ValueAnimator.ofFloat(0f, 1f).apply { in onSystemEventAnimationBegin() constant
128 animSet.playTogether(alphaIn, contentAlphaIn, moveIn) in onSystemEventAnimationBegin()