This site requires javascript.
Android Code Search
file:androidx/compose/runtime/Composition.kt function:Composition
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/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
Composition.kt
content_copy
Preview
134:
135:
136:
/** Find a service of class [T]. */
fun
<T> get
Composition
Service(key: CompositionServiceKey<T>): T?
}
143:
144:
145:
*/
internal
fun
<T> Composition.get
Composition
Service(key: CompositionServiceKey<T>) =
(this
as?
CompositionServices)?.getCompositionService(key)
348:
349:
350:
*/
fun
Composition
(applier: Applier<*>, parent: CompositionContext): Composition =
CompositionImpl(parent, applier)
365:
366:
367:
*/
fun
Reusable
Composition
(applier: Applier<*>, parent: CompositionContext): ReusableComposition =
CompositionImpl(parent, applier)
387:
388:
389:
@TestOnly
fun
Controlled
Composition
(applier: Applier<*>, parent: CompositionContext): ControlledComposition =
CompositionImpl(parent, applier)
398:
399:
400:
@ExperimentalComposeApi
fun
Composition
(
applier: Applier<*>,
406:
407:
408:
@ExperimentalComposeApi
fun
Controlled
Composition
(
applier: Applier<*>,
673:
674:
internal
fun
paused
Composition
Finished() {
pendingPausedComposition =
null
717:
718:
719:
@Suppress(
"UNCHECKED_CAST"
)
private
fun
drainPendingModificationsFor
Composition
Locked() {
// Recording modifications may race for lock. If there are pending modifications
1206:
1207:
1208:
@Suppress(
"UNCHECKED_CAST"
)
override
fun
<T> get
Composition
Service(key: CompositionServiceKey<T>): T? =
if
(key == CompositionImplServiceKey) this
as
T
else
null
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