Home
last modified time | relevance | path

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

/compose/animation/animation-graphics/src/androidInstrumentedTest/kotlin/androidx/compose/animation/graphics/res/
DAnimatedVectorPainterResourcesTest.kt53 val stroke = config.getOrDefault(VectorProperty.Stroke, null) in <lambda>() constant
77 val stroke = config.getOrDefault(VectorProperty.Stroke, null) in <lambda>() constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/
DCheckboxScreenshotTest.kt321 val stroke = in checkBox_customStroke_checked() constant
344 val stroke = in checkBox_customStroke_unchecked() constant
366 val stroke = in checkBox_customStroke_indeterminate() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text/
DStrokeDemo.kt50 var stroke by remember { in TextStrokeDemo() variable
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DCheckbox.kt321 val stroke = Stroke(strokeWidth) in DrawScope() constant
355 val stroke = Stroke(width = strokeWidthPx, cap = StrokeCap.Square) in DrawScope() constant
DProgressIndicator.kt341 val stroke = with(LocalDensity.current) { Stroke(width = strokeWidth.toPx(), cap = strokeCap) } in DrawScope() constant
380 val stroke = with(LocalDensity.current) { Stroke(width = strokeWidth.toPx(), cap = strokeCap) } in CircularProgressIndicator() constant
DTextFieldDefaults.kt287 val stroke = in indicatorColor() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DProgressIndicator.kt527 val stroke = with(LocalDensity.current) { Stroke(width = strokeWidth.toPx(), cap = strokeCap) } in CircularProgressIndicator() constant
630 val stroke = with(LocalDensity.current) { Stroke(width = strokeWidth.toPx(), cap = strokeCap) } in CircularProgressIndicator() constant
/compose/foundation/foundation/benchmark/src/androidTest/java/androidx/compose/foundation/benchmark/
DSimpleComponentImplementationBenchmark.kt246 val stroke = Stroke() in MeasuredContent() constant
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DImageVector.kt539 val stroke: Brush? = null, constant in androidx.compose.ui.graphics.vector.VectorPath
DVector.kt244 var stroke: Brush? = null variable in androidx.compose.ui.graphics.vector.PathComponent
/compose/ui/ui-text/src/androidUnitTest/kotlin/androidx/compose/ui/text/
DSpanStyleTest.kt203 val stroke = Stroke(width = 4f) in constructor with customized drawStyle() constant
DTextStyleTest.kt364 val stroke = Stroke(width = 8f) constant
/compose/ui/ui-text/src/androidInstrumentedTest/kotlin/androidx/compose/ui/text/
DAndroidParagraphTest.kt1624 val stroke = Stroke(width = 4f, miter = 2f, cap = StrokeCap.Square, join = StrokeJoin.Bevel) in <lambda>() constant