Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/content/
DReceiveContent.kt21 import androidx.compose.foundation.content.internal.ModifierLocalReceiveContent
90 modifierLocalMapOf(ModifierLocalReceiveContent to receiveContentConfiguration)
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/content/internal/
DReceiveContentConfiguration.kt48 internal val ModifierLocalReceiveContent = modifierLocalOf<ReceiveContentConfiguration?> { null } in invoke() constant
56 ModifierLocalReceiveContent.current in getReceiveContentConfiguration()