Home
last modified time | relevance | path

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

/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DToggleButton.kt461 val pressedShape: Shape in ElevatedToggleButton() constant
900 class ToggleButtonShapes(val shape: Shape, val pressedShape: Shape, val checkedShape: Shape) { constant in androidx.compose.material3.ToggleButtonShapes
DIconButton.kt1492 class IconButtonShapes(val shape: Shape, val pressedShape: Shape = shape) { constant in androidx.compose.material3.IconButtonShapes
1536 val pressedShape: Shape = shape, constant in androidx.compose.material3.IconToggleButtonShapes
DDragHandle.kt165 class DragHandleShapes(val shape: Shape, val pressedShape: Shape, val draggedShape: Shape) { constant in androidx.compose.material3.DragHandleShapes
DButton.kt1152 val pressedShape: Shape in ElevatedButton() constant
1899 class ButtonShapes(val shape: Shape, val pressedShape: Shape) { constant in androidx.compose.material3.ButtonShapes
DSplitButton.kt988 class SplitButtonShapes(val shape: Shape, val pressedShape: Shape?, val checkedShape: Shape?) { constant in androidx.compose.material3.SplitButtonShapes