Home
last modified time | relevance | path

Searched defs:InteractionSource (Results 1 – 7 of 7) sorted by relevance

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/interaction/
DInteractionSource.kt68 interface InteractionSource { interface
DFocusInteraction.kt64 fun InteractionSource.collectIsFocusedAsState(): State<Boolean> { in collectIsFocusedAsState() method
DHoverInteraction.kt64 fun InteractionSource.collectIsHoveredAsState(): State<Boolean> { in collectIsHoveredAsState() method
DDragInteraction.kt78 fun InteractionSource.collectIsDraggedAsState(): State<Boolean> { in InteractionSource() method
DPressInteraction.kt81 fun InteractionSource.collectIsPressedAsState(): State<Boolean> { in collectIsPressedAsState() method
/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DRememberInCompositionDetectorSuppressionTest.kt49 interface InteractionSource in getDetector() interface
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSegmentedButton.kt460 private fun InteractionSource.interactionCountAsState(): State<Int> { in interactionCountAsState() method