Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt121 borderStroke: BorderStroke? = null, in <lambda>()
127 rememberExpandableController(color, shape, contentColor, borderStroke), in <lambda>()
356 drawBackground(animatorState, color, controller.borderStroke) in AnimatedContentInOverlay()
444 return if (controller.borderStroke != null) { in border()
445 this.border(controller.borderStroke, controller.shape) in border()
470 val borderStroke = Stroke(strokeWidth) in drawBackground() constant
477 style = borderStroke in drawBackground()
DExpandableController.kt67 borderStroke: BorderStroke? = null, in rememberExpandableController()
97 borderStroke, in rememberExpandableController()
106 borderStroke, in rememberExpandableController()
124 internal val borderStroke: BorderStroke?, constant in com.android.compose.animation.ExpandableControllerImpl
/frameworks/base/packages/SystemUI/compose/features/src/com/android/systemui/qs/footer/ui/compose/
DFooterActions.kt367 borderStroke = BorderStroke(1.dp, colorAttr(R.attr.shadeInactive)), in TextButton()