Home
last modified time | relevance | path

Searched refs:halfStroke (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt469 val halfStroke = strokeWidth / 2 in drawBackground() constant
474 topLeft = Offset(halfStroke, halfStroke), in drawBackground()
476 cornerRadius = cornerRadius.shrink(halfStroke), in drawBackground()