Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/statusbar/events/
DSystemEventChipAnimationController.kt51 private lateinit var animationWindowView: FrameLayout variable in com.android.systemui.statusbar.events.SystemEventChipAnimationController
82 animationDirection = if (animationWindowView.isLayoutRtl) RIGHT else LEFT in prepareChipAnimation()
87 animationWindowView.addView( in prepareChipAnimation()
90 if (animationWindowView.isLayoutRtl) insets.left in prepareChipAnimation()
97 (animationWindowView.parent as View).width, AT_MOST), in prepareChipAnimation()
99 (animationWindowView.parent as View).height, AT_MOST)) in prepareChipAnimation()
142 animationWindowView.removeView(currentAnimatedView!!.view) in onSystemEventAnimationFinish()
241 animationWindowView = LayoutInflater.from(themedContext) in init()
247 statusBarWindowController.addViewToWindow(animationWindowView, lp) in init()
248 animationWindowView.clipToPadding = false in init()
[all …]