Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/src/com/android/systemui/compose/
DComposeInitializer.kt26 import com.android.systemui.lifecycle.ViewLifecycleOwner
67 val lifecycleOwner = ViewLifecycleOwner(root) in onAttachedToWindow()
96 (root.findViewTreeLifecycleOwner() as ViewLifecycleOwner).onDestroy() in onDetachedFromWindow()
/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/
DRepeatWhenAttached.kt80 var lifecycleOwner: ViewLifecycleOwner? = null in <lambda>()
126 ): ViewLifecycleOwner { in createLifecycleOwnerAndRun()
127 return ViewLifecycleOwner(view).apply { in createLifecycleOwnerAndRun()
158 class ViewLifecycleOwner( class