Home
last modified time | relevance | path

Searched defs:MutableInteractionSource (Results 1 – 4 of 4) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/interaction/
DInteractionSource.kt101 interface MutableInteractionSource : InteractionSource { interface
131 fun MutableInteractionSource(): MutableInteractionSource = MutableInteractionSourceImpl() in emit() method
/compose/foundation/foundation-lint/src/main/java/androidx/compose/foundation/lint/
DFoundationNames.kt27 val MutableInteractionSource = Name(PackageName, "MutableInteractionSource") constant
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DRememberInCompositionDetectorSuppressionTest.kt51 interface MutableInteractionSource : InteractionSource in getDetector() interface
54 fun MutableInteractionSource(): MutableInteractionSource = MutableInteractionSourceImpl() in getDetector() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/
DFocusable.kt303 private fun MutableInteractionSource.emitWithFallback(interaction: Interaction) { in MutableInteractionSource() method