| /compose/ui/ui-graphics/samples/src/main/java/androidx/compose/ui/graphics/samples/ |
| D | GraphicsLayerSamples.kt | 47 fun DrawScope.GraphicsLayerTopLeftSample(layer: GraphicsLayer) { in DrawScope() method 61 fun DrawScope.GraphicsLayerSizeSample(layer: GraphicsLayer) { in DrawScope() method 71 fun DrawScope.GraphicsLayerScaleAndPivotSample(layer: GraphicsLayer) { in DrawScope() method 90 fun DrawScope.GraphicsLayerTranslateSample(layer: GraphicsLayer) { in DrawScope() method 106 fun DrawScope.GraphicsLayerShadowSample(layer: GraphicsLayer) { in DrawScope() method 122 fun DrawScope.GraphicsLayerBlendModeSample(layer: GraphicsLayer) { in DrawScope() method 153 fun DrawScope.GraphicsLayerColorFilterSample(layer: GraphicsLayer) { in DrawScope() method 168 fun DrawScope.GraphicsLayerRenderEffectSample(layer: GraphicsLayer) { in DrawScope() method 182 fun DrawScope.GraphicsLayerAlphaSample(layer: GraphicsLayer) { in DrawScope() method 196 fun DrawScope.GraphicsLayerOutlineSample(layer: GraphicsLayer) { in DrawScope() method [all …]
|
| /compose/ui/ui-text/src/commonMain/kotlin/androidx/compose/ui/text/ |
| D | TextPainter.kt | 143 fun DrawScope.drawText( in DrawScope() method 208 fun DrawScope.drawText( in DrawScope() method 257 fun DrawScope.drawText( in DrawScope() method 317 fun DrawScope.drawText( in DrawScope() method 362 private fun DrawScope.textLayoutConstraints(size: Size, topLeft: Offset): Constraints { in DrawScope() method
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/ |
| D | ProgressIndicator.kt | 261 private fun DrawScope.drawLinearIndicator( in LinearProgressIndicator() method 301 private fun DrawScope.drawLinearIndicatorBackground( in DrawScope() method 480 private fun DrawScope.drawCircularIndicator( in CircularProgressIndicator() method 501 private fun DrawScope.drawCircularIndicatorBackground(color: Color, stroke: Stroke) = in DrawScope() method 537 private fun DrawScope.drawDeterminateCircularIndicator( in DrawScope() method 544 private fun DrawScope.drawIndeterminateCircularIndicator( in DrawScope() method
|
| D | Checkbox.kt | 314 private fun DrawScope.drawBox( in DrawScope() method 348 private fun DrawScope.drawCheck( in DrawScope() method
|
| D | Switch.kt | 271 private fun DrawScope.drawTrack(trackColor: Color, trackWidth: Float, strokeWidth: Float) { in DrawScope() method
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/painter/ |
| D | Painter.kt | 152 protected abstract fun DrawScope.onDraw() in <lambda>() method 172 fun DrawScope.draw(size: Size, alpha: Float = DefaultAlpha, colorFilter: ColorFilter? = null) { in <lambda>() method
|
| /compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/visualaid/ |
| D | EasingFunctionDemo.kt | 140 private fun DrawScope.drawEasingPath( in DrawScope() method 159 private fun DrawScope.updateGraphPath( in DrawScope() method 215 private fun DrawScope.drawGraphAxis() { in DrawScope() method
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/ |
| D | Outline.kt | 135 fun DrawScope.drawOutline( in DrawScope() method 175 fun DrawScope.drawOutline( in DrawScope() method
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/ |
| D | ProgressIndicator.kt | 397 private fun DrawScope.drawLinearIndicator( in LinearProgressIndicator() method 747 private fun DrawScope.drawCircularIndicator( in CircularProgressIndicator() method 768 private fun DrawScope.drawCircularIndicatorTrack(color: Color, stroke: Stroke) = in DrawScope() method 771 private fun DrawScope.drawDeterminateCircularIndicator( in DrawScope() method 778 private fun DrawScope.drawIndeterminateCircularIndicator( in DrawScope() method
|
| D | Checkbox.kt | 461 private fun DrawScope.drawBox(boxColor: Color, borderColor: Color, radius: Float, stroke: Stroke) { in DrawScope() method 489 private fun DrawScope.drawCheck( in DrawScope() method
|
| D | WavyProgressIndicator.kt | 964 private fun DrawScope.drawCircularIndicator( in DrawScope() method 1186 private fun DrawScope.drawStopIndicator( in DrawScope() method
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | TextFieldCoreModifier.kt | 471 private fun DrawScope.drawSelection(selection: TextRange, textLayoutResult: TextLayoutResult) { in DrawScope() method 481 private fun DrawScope.drawHighlight( in DrawScope() method 511 private fun DrawScope.drawText(textLayoutResult: TextLayoutResult) { in DrawScope() method 519 private fun DrawScope.drawCursor() { in DrawScope() method
|
| /compose/material/material-ripple/src/commonMain/kotlin/androidx/compose/material/ripple/ |
| D | Ripple.kt | 291 fun DrawScope.drawStateLayer(radius: Dp, color: Color) { in rememberUpdatedRippleInstance() method 394 abstract fun DrawScope.drawRipples() in DrawScope() method 490 fun DrawScope.drawStateLayer(radius: Float, color: Color) { in DrawScope() method
|
| D | RippleAnimation.kt | 122 fun DrawScope.draw(color: Color) { in DrawScope() method
|
| D | CommonRipple.kt | 152 private fun DrawScope.drawRipples(color: Color) { in DrawScope() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/ |
| D | DrawCache.kt | 103 private fun DrawScope.clear() { in DrawScope() method
|
| D | Vector.kt | 96 abstract fun DrawScope.draw() in DrawScope() method 139 fun DrawScope.draw(alpha: Float, colorFilter: ColorFilter?) { in DrawScope() method
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/drawscope/ |
| D | DrawScope.kt | 345 interface DrawScope : Density { interface
|
| /compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/gesture/ |
| D | FancyScrollingDemo.kt | 100 private fun DrawScope.drawItems(scrollPosition: Float, width: Float, height: Float) { in DrawScope() method
|
| D | SpringBackScrollingDemo.kt | 149 private fun DrawScope.drawRects(animScroll: Float) { in DrawScope() method
|
| /compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/layer/ |
| D | GraphicsLayer.kt | 50 fun DrawScope.drawLayer(graphicsLayer: GraphicsLayer) { in <lambda>() method
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/ |
| D | AndroidOverscroll.android.kt | 459 private fun DrawScope.drawLeftGlow(left: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method 470 private fun DrawScope.drawTopGlow(top: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method 480 private fun DrawScope.drawRightGlow(right: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method 492 private fun DrawScope.drawBottomGlow(bottom: EdgeEffect, canvas: NativeCanvas): Boolean { in DrawScope() method
|
| /compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/pulltorefresh/ |
| D | PullToRefresh.kt | 774 private fun DrawScope.drawCircularIndicator( in DrawScope() method 821 private fun DrawScope.drawArrow( in DrawScope() method
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/ |
| D | GroupSizeValidationTests.kt | 586 private interface DrawScope interface
|
| /compose/material/material/src/commonMain/kotlin/androidx/compose/material/pullrefresh/ |
| D | PullRefreshIndicator.kt | 194 private fun DrawScope.drawArrow( in DrawScope() method
|