Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt54 private var currentAnimatedView: BackgroundAnimatableView? = null variable in com.android.systemui.statusbar.events.SystemEventChipAnimationController
86 currentAnimatedView = viewCreator(themedContext).also { in prepareChipAnimation()
112 addUpdateListener { currentAnimatedView?.view?.alpha = animatedValue as Float } in onSystemEventAnimationBegin()
114 currentAnimatedView?.contentView?.alpha = 0f in onSystemEventAnimationBegin()
119 addUpdateListener { currentAnimatedView?.contentView?.alpha = animatedValue as Float } in onSystemEventAnimationBegin()
142 animationWindowView.removeView(currentAnimatedView!!.view) in onSystemEventAnimationFinish()
214 addUpdateListener { currentAnimatedView?.view?.alpha = animatedValue as Float } in createMoveOutAnimationDefault()
220 addUpdateListener { currentAnimatedView?.contentView?.alpha = animatedValue as Float } in createMoveOutAnimationDefault()
227 currentAnimatedView?.apply { in createMoveOutAnimationDefault()
261 currentAnimatedView?.let { in init()
[all …]