Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt520 Path().apply { addRoundRect(createInsetRoundedRect(strokeWidth, roundedRect)) } in createRoundRectPath()
526 private fun createInsetRoundedRect(widthPx: Float, roundedRect: RoundRect) = method