| /compose/runtime/runtime/compose-runtime-benchmark/src/androidTest/java/androidx/compose/runtime/benchmark/ |
| D | KotlinCoroutinesBenchmark.kt | 51 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/ |
| D | BringIntoViewSamples.kt | 51 val coroutineScope = rememberCoroutineScope() in BringIntoViewSample() constant 77 val coroutineScope = rememberCoroutineScope() in BringPartOfComposableIntoViewSample() constant
|
| D | TransformableSample.kt | 66 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/ |
| D | PullToRefreshSamples.kt | 74 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/ |
| D | CatalogApp.kt | 32 val coroutineScope = rememberCoroutineScope() in Material3CatalogApp() constant
|
| /compose/foundation/foundation/src/androidMain/kotlin/androidx/compose/foundation/text/ |
| D | ContextMenu.android.kt | 65 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/ |
| D | RequestRectangleOnScreenDemo.kt | 40 val coroutineScope = rememberCoroutineScope() in RequestRectangleOnScreenDemo() constant
|
| D | BringIntoViewDemo.kt | 55 val coroutineScope = rememberCoroutineScope() in BringIntoViewDemo() constant
|
| D | BringNestedIntoViewDemo.kt | 99 val coroutineScope = rememberCoroutineScope() in ControlGrid() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/lazy/staggeredgrid/ |
| D | LazyStaggeredGrid.kt | 65 val coroutineScope = rememberCoroutineScope() in LazyStaggeredGrid() constant
|
| /compose/ui/ui/samples/src/main/java/androidx/compose/ui/samples/ |
| D | FocusAwareInputSamples.kt | 167 val coroutineScope = rememberCoroutineScope() in RotaryEventSample() constant 202 val coroutineScope = rememberCoroutineScope() in PreRotaryEventSample() constant
|
| D | LookaheadScopeSample.kt | 109 val coroutineScope = rememberCoroutineScope() in <lambda>() constant 243 val coroutineScope = rememberCoroutineScope() in animateContentSizeAfterLookaheadPass() constant
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ |
| D | Effects.kt | 414 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/ |
| D | SeekableTransitionStateTest.kt | 156 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/ |
| D | CatalogScaffold.kt | 59 val coroutineScope = rememberCoroutineScope() constant
|
| /compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/keyinput/ |
| D | InterceptEnterToSendMessageDemo.kt | 52 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
|
| /compose/material3/material3/integration-tests/material3-demos/src/main/java/androidx/compose/material3/demos/ |
| D | PullToRefreshDemo.kt | 50 val coroutineScope = rememberCoroutineScope() in PullToRefreshDemo() constant
|
| /compose/foundation/foundation/integration-tests/foundation-demos/src/main/java/androidx/compose/foundation/demos/text2/ |
| D | ScrollDemos.kt | 186 val coroutineScope = rememberCoroutineScope() in HoistedHorizontalScroll() constant 213 val coroutineScope = rememberCoroutineScope() in SharedHoistedScroll() constant
|
| D | KeyboardActionsDemos.kt | 54 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
|
| /compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/modifier/ |
| D | CommunicatingModifierDemo.kt | 53 val coroutineScope = rememberCoroutineScope() in CommunicatingModifierDemo() constant
|
| /compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/ |
| D | PaneExpansionDraggableModifier.kt | 52 val coroutineScope = rememberCoroutineScope() in PaneExpansionState() constant
|
| /compose/integration-tests/macrobenchmark-target/src/main/java/androidx/compose/integration/macrobenchmark/target/ |
| D | PagerOfLazyGridActivity.kt | 62 val coroutineScope = rememberCoroutineScope() in HorizontalPagerOfLazyGrid() constant
|
| /compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/text/selection/ |
| D | SelectionContainer.kt | 97 val coroutineScope = rememberCoroutineScope() constant
|
| /compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/ |
| D | LegacyTextInputMethodRequestOnStateUpdateTest.kt | 50 private val coroutineScope = CoroutineScope(Dispatchers.Unconfined) constant
|
| /compose/ui/ui/integration-tests/ui-demos/src/main/java/androidx/compose/ui/demos/focus/ |
| D | LazyListChildFocusDemos.kt | 61 val coroutineScope = rememberCoroutineScope() in <lambda>() constant
|