Home
last modified time | relevance | path

Searched refs:run (Results 1 – 19 of 19) sorted by relevance

/lifecycle/lifecycle-livedata/src/test/java/androidx/lifecycle/util/
DInstantTaskExecutor.kt23 runnable.run() in executeOnDiskIO()
27 runnable.run() in postToMainThread()
DScopesRule.kt58 mainScope.launch { runnable.run() } in starting()
/lifecycle/lifecycle-viewmodel-compose-lint/src/test/java/androidx/lifecycle/viewmodel/compose/lint/
DViewModelConstructorInComposableTest.kt59 .run() in getDetector()
102 .run() in useExtensionMethodShouldPass()
127 .run() in constructedOutsideComposableShouldPass()
/lifecycle/lifecycle-runtime-compose/src/androidMain/kotlin/androidx/lifecycle/compose/
DLocalLifecycleOwner.android.kt39 public actual val LocalLifecycleOwner: ProvidableCompositionLocal<LifecycleOwner> = run { in <lambda>()
61 return@run compositionLocalFromComposeUi.getOrNull() in <lambda>()
/lifecycle/lifecycle-service/src/main/java/androidx/lifecycle/
DServiceLifecycleDispatcher.kt40 lastDispatchRunnable?.run() in postDispatchRunnable()
79 override fun run() { in run() method in androidx.lifecycle.DispatchRunnable
/lifecycle/lifecycle-runtime-testing-lint/src/test/java/androidx/lifecycle/runtime/testing/lint/
DTestLifecycleOwnerInCoroutineDetectorTest.kt255 .run() in getDetector()
293 .run() in noErrors()
/lifecycle/lifecycle-runtime-compose-lint/src/test/java/androidx/lifecycle/runtime/compose/lint/
DComposableLifecycleCurrentStateDetectorTest.kt159 .run() in getDetector()
287 .run() in noErrors()
/lifecycle/lifecycle-runtime/src/androidInstrumentedTest/kotlin/androidx/lifecycle/
DTrackedExecutor.kt30 runnable.run() in execute()
/lifecycle/lifecycle-common/src/jvmMain/kotlin/androidx/lifecycle/
DDispatchQueue.jvm.kt72 queue.poll()?.run() in drainQueue()
/lifecycle/lifecycle-runtime/src/desktopTest/kotlin/
DMainDispatcherCheckerTest.kt73 block.run() in dispatch()
/lifecycle/lifecycle-runtime-lint/src/test/java/androidx/lifecycle/runtime/lint/
DWhenMethodsTest.kt53 .run() in check()
DRepeatOnLifecycleDetectorTest.kt124 .run() in <lambda>()
DLifecycleWhenChecksTest.kt38 .run() in check()
/lifecycle/integration-tests/kotlintestapp/
Dbuild.gradle16 // TO debug processor, run:
/lifecycle/lifecycle-livedata-core/src/main/
Dbaseline-prof.txt4 HSPLandroidx/lifecycle/LiveData$1;->run()V
/lifecycle/lifecycle-process/src/main/
Dbaseline-prof.txt35 PLandroidx/lifecycle/ProcessLifecycleOwner$1;->run()V
/lifecycle/lifecycle-livedata-core-lint/src/test/java/androidx/lifecycle/livedata/core/lint/
DNonNullableMutableLiveDataDetectorTest.kt53 .run() in <lambda>()
/lifecycle/lifecycle-livedata-core/src/main/java/androidx/lifecycle/
DLiveData.java88 public void run() {
/lifecycle/lifecycle-viewmodel-compose/src/androidInstrumentedTest/kotlin/androidx/lifecycle/viewmodel/compose/
DViewModelTest.android.kt68 dialog.window?.decorView?.run { in nullViewModelStoreOwner()