Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt217 val contentAlphaOut = ValueAnimator.ofFloat(1f, 0f).apply { in createMoveOutAnimationDefault() constant
234 animSet.playTogether(alphaOut, contentAlphaOut, moveOut) in createMoveOutAnimationDefault()