Home
last modified time | relevance | path

Searched defs:shape (Results 1 – 25 of 58) sorted by relevance

123

/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DHorizontalCenterOpticallyTest.kt51 val shape = in horizontalCenterOptically_contentPadding_asymmetricShape() constant
90 val shape = RoundedCornerShape(0.dp) in horizontalCenterOptically_contentPadding_symmetricShape() constant
DSegmentedButtonScreenshotTest.kt168 val shape = SegmentedButtonDefaults.itemShape(index, values.size) in <lambda>() constant
DCardTest.kt68 val shape = CutCornerShape(8.dp) in customShapeAndColorIsUsed() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DSplitButton.kt408 val shape = shapeByInteraction(shapes, pressed, false, defaultAnimationSpec) in TrailingButton() constant
523 val shape = shapeByInteraction(shapes, pressed, checked, defaultAnimationSpec) in TrailingButton() constant
966 val shape = in shapeByInteraction() constant
988 class SplitButtonShapes(val shape: Shape, val pressedShape: Shape?, val checkedShape: Shape?) { constant in androidx.compose.material3.SplitButtonShapes
DIconButton.kt1492 class IconButtonShapes(val shape: Shape, val pressedShape: Shape = shape) { constant in androidx.compose.material3.IconButtonShapes
1535 val shape: Shape, constant in androidx.compose.material3.IconToggleButtonShapes
1637 val shape = in shapeByInteraction() constant
1656 val shape = in shapeByInteraction() constant
DTimePickerDialog.kt113 val shape constant
DToggleButton.kt457 val shape: Shape in ElevatedToggleButton() constant
900 class ToggleButtonShapes(val shape: Shape, val pressedShape: Shape, val checkedShape: Shape) { constant in androidx.compose.material3.ToggleButtonShapes
950 val shape = in shapeByInteraction() constant
DBadge.kt158 val shape = in Badge() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DBackgroundTest.kt184 var shape by mutableStateOf(RoundedCornerShape(10f)) in <lambda>() variable
222 val shape = in <lambda>() constant
286 val shape = in <lambda>() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/draw/
DGraphicsLayerModifierTest.kt122 var shape = RectangleShape in testNotEquals() variable
DClipDrawTest.kt204 val shape = in <lambda>() constant
240 val shape = in <lambda>() constant
594 val shape = in <lambda>() constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/focus/
DReuseFocusReference.kt60 var shape by remember { mutableStateOf(CurrentShape.Square) } in ReuseFocusRequesterDemo() variable
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DAppBar.kt339 val shape = in BottomAppBar() constant
408 val shape = in BottomAppBar() constant
DBadge.kt132 val shape = RoundedCornerShape(radius) in Badge() constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/
DDialogDemo.kt47 var shape by remember { mutableStateOf(RectangleShape) } in DialogDemo() variable
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/
DBackground.kt99 private val shape: Shape, constant in androidx.compose.foundation.BackgroundElement
138 var shape: Shape, variable in androidx.compose.foundation.BackgroundNode
DBorder.kt97 internal data class BorderModifierNodeElement(val width: Dp, val brush: Brush, val shape: Shape) : in border() constant in androidx.compose.foundation.BorderModifierNodeElement
148 var shape = shapeParameter variable
/compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/
DThemeSamples.kt149 val shape = MaterialTheme.shapes in ThemeShapeSample() constant
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/layout/
DLayoutNodeLayoutDirectionTest.kt141 val shape = in <lambda>() constant
DLayoutNodeDensityTest.kt179 val shape = in <lambda>() constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/
DCardTest.kt70 val shape = CutCornerShape(8.dp) in shapeAndColorFromThemeIsUsed() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/draw/
DShadow.kt116 val shape: Shape, constant in androidx.compose.ui.draw.ShadowGraphicsLayerElement
/compose/material3/material3/integration-tests/material3-demos/src/main/java/androidx/compose/material3/demos/
DShapeDemos.kt103 val shape = MaterialShapes.Clover4Leaf.toShape() in MaterialShapeDemo() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/
DGraphicsLayerScope.kt169 var shape: Shape variable
399 override var shape: Shape = RectangleShape variable in androidx.compose.ui.graphics.ReusableGraphicsLayerScope
/compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/
DBullet.kt48 val shape: Shape, constant in androidx.compose.ui.text.Bullet

123