Home
last modified time | relevance | path

Searched defs:coroutineScope (Results 1 – 25 of 95) sorted by relevance

1234

/compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/
DKotlinCoroutinesBenchmark.kt51 val coroutineScope = runWithMeasurementDisabled { CoroutineScope(dispatcher) } in launch1() constant
60 val coroutineScope = runWithMeasurementDisabled { CoroutineScope(dispatcher) } in launch10() constant
69 val coroutineScope = runWithMeasurementDisabled { CoroutineScope(dispatcher) } in launch100() constant
/compose/foundation/foundation/samples/src/main/java/androidx/compose/foundation/samples/
DBringIntoViewSamples.kt51 val coroutineScope = rememberCoroutineScope() in BringIntoViewSample() constant
77 val coroutineScope = rememberCoroutineScope() in BringPartOfComposableIntoViewSample() constant
DTransformableSample.kt66 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
116 val coroutineScope = rememberCoroutineScope() in TransformableSampleInsideScroll() constant
170 val coroutineScope = rememberCoroutineScope() in TransformableAnimateBySample() constant
/compose/material3/material3/samples/src/main/java/androidx/compose/material3/samples/
DPullToRefreshSamples.kt74 val coroutineScope = rememberCoroutineScope() in PullToRefreshSample() constant
118 val coroutineScope = rememberCoroutineScope() in PullToRefreshWithLoadingIndicatorSample() constant
235 val coroutineScope = rememberCoroutineScope() in PullToRefreshScalingSample() constant
296 val coroutineScope = rememberCoroutineScope() in PullToRefreshLinearProgressIndicatorSample() constant
351 val coroutineScope = rememberCoroutineScope() in PullToRefreshSampleCustomState() constant
422 val coroutineScope = rememberCoroutineScope() in PullToRefreshCustomIndicatorWithDefaultTransform() constant
/compose/material3/material3/integration-tests/material3-catalog/src/main/java/androidx/compose/material3/catalog/library/
DCatalogApp.kt32 val coroutineScope = rememberCoroutineScope() in Material3CatalogApp() constant
/compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/
DContextMenu.android.kt65 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
102 val coroutineScope = rememberCoroutineScope() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/relocation/
DRequestRectangleOnScreenDemo.kt40 val coroutineScope = rememberCoroutineScope() in RequestRectangleOnScreenDemo() constant
DBringIntoViewDemo.kt55 val coroutineScope = rememberCoroutineScope() in BringIntoViewDemo() constant
DBringNestedIntoViewDemo.kt99 val coroutineScope = rememberCoroutineScope() in ControlGrid() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/
DLazyStaggeredGrid.kt65 val coroutineScope = rememberCoroutineScope() in LazyStaggeredGrid() constant
/compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/
DFocusAwareInputSamples.kt167 val coroutineScope = rememberCoroutineScope() in RotaryEventSample() constant
202 val coroutineScope = rememberCoroutineScope() in PreRotaryEventSample() constant
DLookaheadScopeSample.kt109 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
243 val coroutineScope = rememberCoroutineScope() in animateContentSizeAfterLookaheadPass() constant
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DEffects.kt414 internal class CompositionScopedCoroutineScopeCanceller(val coroutineScope: CoroutineScope) : constant in androidx.compose.runtime.CompositionScopedCoroutineScopeCanceller
421 val coroutineScope = coroutineScope in onForgotten() constant
430 val coroutineScope = coroutineScope in onAbandoned() constant
/compose/animation/animation-core/src/androidInstrumentedTest/kotlin/androidx/compose/animation/core/
DSeekableTransitionStateTest.kt156 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
310 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
417 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
557 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
692 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
924 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
1016 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
1047 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
1086 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
1143 lateinit var coroutineScope: CoroutineScope in <lambda>() variable
[all …]
/compose/material/material/integration-tests/material-catalog/src/main/java/androidx/compose/material/catalog/library/ui/common/
DCatalogScaffold.kt59 val coroutineScope = rememberCoroutineScope() constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/keyinput/
DInterceptEnterToSendMessageDemo.kt52 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
/compose/material3/material3/integration-tests/material3-demos/src/main/java/androidx/compose/material3/demos/
DPullToRefreshDemo.kt50 val coroutineScope = rememberCoroutineScope() in PullToRefreshDemo() constant
/compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text2/
DScrollDemos.kt186 val coroutineScope = rememberCoroutineScope() in HoistedHorizontalScroll() constant
213 val coroutineScope = rememberCoroutineScope() in SharedHoistedScroll() constant
DKeyboardActionsDemos.kt54 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/modifier/
DCommunicatingModifierDemo.kt53 val coroutineScope = rememberCoroutineScope() in CommunicatingModifierDemo() constant
/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DPaneExpansionDraggableModifier.kt52 val coroutineScope = rememberCoroutineScope() in PaneExpansionState() constant
/compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/
DPagerOfLazyGridActivity.kt62 val coroutineScope = rememberCoroutineScope() in HorizontalPagerOfLazyGrid() constant
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/
DSelectionContainer.kt97 val coroutineScope = rememberCoroutineScope() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DLegacyTextInputMethodRequestOnStateUpdateTest.kt50 private val coroutineScope = CoroutineScope(Dispatchers.Unconfined) constant
/compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/focus/
DLazyListChildFocusDemos.kt61 val coroutineScope = rememberCoroutineScope() in <lambda>() constant

1234