Home
last modified time | relevance | path

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

/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/
DShape.kt26 interface Shape { interface
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/tokens/
DBadgeTokens.kt30 val Shape = ShapeKeyTokens.CornerFull constant
DDragHandleTokens.kt38 val Shape = ShapeKeyTokens.CornerFull constant
DOutlinedSegmentedButtonTokens.kt44 val Shape = ShapeKeyTokens.CornerFull constant
/compose/ui/ui-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/ui/graphics/
DRectangleShapeTest.kt44 private fun Shape.toOutline() = createOutline(size, LayoutDirection.Ltr, density) method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/shape/
DAbsoluteCutCornerShapeTest.kt205 private fun Shape.toOutline() = createOutline(size, layoutDirection, density) method
DAbsoluteRoundedCornerShapeTest.kt220 private fun Shape.toOutline() = createOutline(size, layoutDirection, density) method
DRoundedCornerShapeTest.kt224 private fun Shape.toOutline(direction: LayoutDirection = LayoutDirection.Ltr) = method
DCutCornerShapeTest.kt204 private fun Shape.toOutline(direction: LayoutDirection = LayoutDirection.Ltr) = in Shape() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/
DGraphicsLayerScope.kt273 const val Shape: Int = 0b1 shl 13 in GraphicsLayerScope() constant
/compose/test-utils/src/androidMain/kotlin/androidx/compose/testutils/
DImageAssertions.android.kt289 private fun Shape.asPath(bounds: Rect, density: Density): Path { in Shape() method