Searched defs:InteractionSource (Results 1 – 7 of 7) sorted by relevance
68 interface InteractionSource { interface
64 fun InteractionSource.collectIsFocusedAsState(): State<Boolean> { in collectIsFocusedAsState() method
64 fun InteractionSource.collectIsHoveredAsState(): State<Boolean> { in collectIsHoveredAsState() method
78 fun InteractionSource.collectIsDraggedAsState(): State<Boolean> { in InteractionSource() method
81 fun InteractionSource.collectIsPressedAsState(): State<Boolean> { in collectIsPressedAsState() method
49 interface InteractionSource in getDetector() interface
460 private fun InteractionSource.interactionCountAsState(): State<Int> { in interactionCountAsState() method