Home
last modified time | relevance | path

Searched refs:allowGestures (Results 1 – 3 of 3) sorted by relevance

/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/extensions/
DModifierExt.kt23 fun Modifier.allowGestures(allowed: Boolean): Modifier = in allowGestures() method
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/communal/ui/compose/
DCommunalContainer.kt59 import com.android.systemui.communal.ui.compose.extensions.allowGestures in <lambda>()
238 Box(modifier = Modifier.fillMaxSize().allowGestures(touchesAllowed)) in CommunalContainer()
DCommunalHub.kt142 import com.android.systemui.communal.ui.compose.extensions.allowGestures in <lambda>()
1050 modifier = Modifier.fillMaxSize().allowGestures(allowed = !viewModel.isEditMode), in WidgetContent()