Searched defs:lifecycleOwner (Results 1 – 11 of 11) sorted by relevance
30 val lifecycleOwner = LocalLifecycleOwner.current constant
45 val lifecycleOwner = ViewLifecycleOwner(root) in onAttachedToWindow() constant
32 val lifecycleOwner = LocalLifecycleOwner.current in <lambda>() constant
56 DreamOverlayComponent create( in create()
169 static Lifecycle providesLifecycle(LifecycleOwner lifecycleOwner) { in providesLifecycle()
45 private val lifecycleOwner = mock<LifecycleOwner>() constant
69 LifecycleOwner lifecycleOwner, in ComplicationHostViewController()
52 public VolumePanelSlicesAdapter(LifecycleOwner lifecycleOwner, in VolumePanelSlicesAdapter()
70 var lifecycleOwner: ViewLifecycleOwner? = null in repeatWhenAttached() variable
155 DreamOverlayLifecycleOwner lifecycleOwner, in DreamOverlayService()
307 val lifecycleOwner: LifecycleOwner, constant in com.android.systemui.lifecycle.Invocation