Searched refs:allowGestures (Results 1 – 3 of 3) sorted by relevance
23 fun Modifier.allowGestures(allowed: Boolean): Modifier = in allowGestures() method
59 import com.android.systemui.communal.ui.compose.extensions.allowGestures in <lambda>()238 Box(modifier = Modifier.fillMaxSize().allowGestures(touchesAllowed)) in CommunalContainer()
142 import com.android.systemui.communal.ui.compose.extensions.allowGestures in <lambda>()1050 modifier = Modifier.fillMaxSize().allowGestures(allowed = !viewModel.isEditMode), in WidgetContent()