Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/carousel/
DCarouselItemScope.kt72 @Composable fun rememberMaskShape(shape: Shape): GenericShape in <lambda>() method
89 override fun rememberMaskShape(shape: Shape): GenericShape { in maskClip() method in androidx.compose.material3.carousel.CarouselItemScopeImpl