Home
last modified time | relevance | path

Searched defs:excludeFromSystemGesture (Results 1 – 2 of 2) sorted by relevance

/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/
DExcludeFromSystemGesture.android.kt32 fun Modifier.excludeFromSystemGesture() = systemGestureExclusion() method
44 fun Modifier.excludeFromSystemGesture(exclusion: (LayoutCoordinates) -> Rect) = method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/window/
DAndroidPopup.android.kt120 val excludeFromSystemGesture: Boolean = true, in <lambda>() constant in androidx.compose.ui.window.PopupProperties