Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/src/com/android/systemui/lifecycle/
H A DRepeatWhenAttached.kt70 var lifecycleOwner: ViewLifecycleOwner? = null
115 ): ViewLifecycleOwner {
116 return ViewLifecycleOwner(view).apply {
147 class ViewLifecycleOwner( regex
/aosp14/frameworks/base/packages/SystemUI/compose/facade/enabled/src/com/android/systemui/compose/
H A DComposeInitializerImpl.kt26 import com.android.systemui.lifecycle.ViewLifecycleOwner
45 val lifecycleOwner = ViewLifecycleOwner(root)
73 (root.findViewTreeLifecycleOwner() as ViewLifecycleOwner).onDestroy()