Loading mechanics/src/com/android/mechanics/behavior/VerticalExpandContainerBackground.kt +1 −2 Original line number Diff line number Diff line Loading @@ -72,11 +72,10 @@ internal fun Modifier.verticalFloatingExpandContainerBackground( obtainGraphicsLayer().apply { clip = true setRoundRectOutline(shapeTopLeft, shapeSize, cornerRadius = currentRadiusPx) record { drawContent() } } onDrawWithContent { layer.record { this@onDrawWithContent.drawContent() } drawRoundRect( color = backgroundColor, topLeft = shapeTopLeft, Loading Loading
mechanics/src/com/android/mechanics/behavior/VerticalExpandContainerBackground.kt +1 −2 Original line number Diff line number Diff line Loading @@ -72,11 +72,10 @@ internal fun Modifier.verticalFloatingExpandContainerBackground( obtainGraphicsLayer().apply { clip = true setRoundRectOutline(shapeTopLeft, shapeSize, cornerRadius = currentRadiusPx) record { drawContent() } } onDrawWithContent { layer.record { this@onDrawWithContent.drawContent() } drawRoundRect( color = backgroundColor, topLeft = shapeTopLeft, Loading