Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/modifiers/
DFadingBackground.kt29 import androidx.compose.ui.graphics.drawscope.ContentDrawScope
75 override fun ContentDrawScope.draw() { in draw()
85 private fun ContentDrawScope.drawRect() { in ContentDrawScope() method
89 private fun ContentDrawScope.drawOutline() { in drawOutline() method
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DPunchHole.kt30 import androidx.compose.ui.graphics.drawscope.ContentDrawScope
109 override fun ContentDrawScope.draw() { in draw()
167 override fun ContentDrawScope.draw() = with(delegate) { draw() } in <lambda>()
DElement.kt31 import androidx.compose.ui.graphics.drawscope.ContentDrawScope in <lambda>()
421 override fun ContentDrawScope.draw() { in draw()
925 private fun ContentDrawScope.getDrawScale( in size() method
/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt63 import androidx.compose.ui.graphics.drawscope.ContentDrawScope in <lambda>()
451 private fun ContentDrawScope.drawBackground( in drawBackground() method