Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt115 val contentAlphaIn = ValueAnimator.ofFloat(0f, 1f).apply { in onSystemEventAnimationBegin() constant
128 animSet.playTogether(alphaIn, contentAlphaIn, moveIn) in onSystemEventAnimationBegin()