Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
H A DExpandableController.kt82 val currentComposeViewInOverlay = remember { mutableStateOf<View?>(null) } regex
111 currentComposeViewInOverlay,
129 internal val currentComposeViewInOverlay: MutableState<View?>,
193 currentComposeViewInOverlay.value?.let {
H A DExpandable.kt247 { controller.currentComposeViewInOverlay.value = it },