This site requires javascript.
Android Code Search
file:androidx/compose/ui/graphics/GraphicsLayerModifier.kt function:graphicsLayer
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/graphics/
GraphicsLayerModifier.kt
content_copy
Preview
82:
83:
84:
@Stable
fun
Modifier.
graphicsLayer
(
scaleX: Float =
1f
,
167:
168:
169:
@Stable
fun
Modifier.
graphicsLayer
(
scaleX: Float =
1f
,
260:
261:
262:
@Stable
fun
Modifier.
graphicsLayer
(
scaleX: Float =
1f
,
364:
365:
366:
@Stable
fun
Modifier.
graphicsLayer
(
scaleX: Float =
1f
,
459:
460:
461:
@Stable
fun
Modifier.
graphicsLayer
(
scaleX: Float =
1f
,
609:
610:
611:
@Stable
fun
Modifier.
graphicsLayer
(block: GraphicsLayerScope.() -> Unit): Modifier =
this then BlockGraphicsLayerElement(block)
662:
663:
664:
@Stable
fun
Modifier.tooling
GraphicsLayer
() =
if
(isDebugInspectorInfoEnabled) this.then(Modifier.graphicsLayer())
else
this
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main