Home
last modified time | relevance | path

Searched defs:CoroutineScope (Results 1 – 7 of 7) sorted by relevance

/compose/runtime/runtime-lint/src/test/java/androidx/compose/runtime/lint/
DComposableCoroutineCreationDetectorTest.kt49 object CoroutineScope in getDetector() object
51 fun CoroutineScope.async( in getDetector() method
55 fun CoroutineScope.launch( in getDetector() method
/compose/ui/ui/src/androidMain/kotlin/androidx/compose/ui/scrollcapture/
DComposeScrollCaptureCallback.android.kt227 private fun CoroutineScope.launchWithCancellationSignal( in launchWithCancellationSignal() method
/compose/material3/adaptive/adaptive-navigation/src/androidInstrumentedTest/kotlin/androidx/compose/material3/adaptive/navigation/
DListDetailPaneScaffoldNavigatorTest.kt712 private fun CoroutineScope.runBlockingOnIdle(block: suspend CoroutineScope.() -> Unit) { in runBlockingOnIdle() method
DSupportingPaneScaffoldNavigatorTest.kt774 private fun CoroutineScope.runBlockingOnIdle(block: suspend CoroutineScope.() -> Unit) { in runBlockingOnIdle() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DTapGestureDetector.kt495 private fun CoroutineScope.launchAwaitingReset( in CoroutineScope() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/
DTextInputServiceAndroidCursorAnchorInfoTest.kt323 private fun CoroutineScope.startFakeTextInputSession(textFieldState: TextFieldState) { in startFakeTextInputSession() method
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/text/input/internal/selection/
DTextFieldCursorHandleTest.kt1042 private fun CoroutineScope.runBlockingOnIdle(block: suspend CoroutineScope.() -> Unit) { in getTextFieldWidth() method