This site requires javascript.
Android Code Search
file:androidx/compose/ui/ComposedModifier.kt function:materialize
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/
ComposedModifier.kt
content_copy
Preview
258:
259:
260:
@JvmName(
"materializeModifier"
)
fun
Composer.
materialize
(modifier: Modifier): Modifier {
// A group is required here so the number of slot added to the caller's group
268:
269:
270:
@Suppress(
"ModifierFactoryExtensionFunction"
)
private
fun
Composer.
materialize
Impl(modifier: Modifier): Modifier {
if
(modifier.all { it
!is
ComposedModifier }) {
352:
353:
354:
)
fun
Composer.
materialize
WithCompositionLocalInjection(modifier: Modifier): Modifier =
materializeWithCompositionLocalInjectionInternal(modifier)
357:
358:
359:
@Suppress(
"ModifierFactoryExtensionFunction"
)
internal
fun
Composer.
materialize
WithCompositionLocalInjectionInternal(
modifier: Modifier
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