Home
last modified time | relevance | path

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

/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/shape/
DAbsoluteCutCornerShape.kt40 class AbsoluteCutCornerShape( class
126 fun AbsoluteCutCornerShape(corner: CornerSize) = method
134 fun AbsoluteCutCornerShape(size: Dp) = AbsoluteCutCornerShape(CornerSize(size)) method
141 fun AbsoluteCutCornerShape(size: Float) = AbsoluteCutCornerShape(CornerSize(size)) method
148 fun AbsoluteCutCornerShape(percent: Int) = AbsoluteCutCornerShape(CornerSize(percent)) method
151 fun AbsoluteCutCornerShape( method
165 fun AbsoluteCutCornerShape( method
190 fun AbsoluteCutCornerShape( method