Searched defs:excludeFromSystemGesture (Results 1 – 2 of 2) sorted by relevance
32 fun Modifier.excludeFromSystemGesture() = systemGestureExclusion() method44 fun Modifier.excludeFromSystemGesture(exclusion: (LayoutCoordinates) -> Rect) = method
120 val excludeFromSystemGesture: Boolean = true, in <lambda>() constant in androidx.compose.ui.window.PopupProperties