Home
last modified time | relevance | path

Searched refs:DisallowComposableCalls (Results 1 – 25 of 67) sorted by relevance

123

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DComposables.kt24 inline fun <T> remember(crossinline calculation: @DisallowComposableCalls () -> T): T =
32 inline fun <T> remember(key1: Any?, crossinline calculation: @DisallowComposableCalls () -> T): T {
45 crossinline calculation: @DisallowComposableCalls () -> T
63 crossinline calculation: @DisallowComposableCalls () -> T
81 crossinline calculation: @DisallowComposableCalls () -> T
260 update: @DisallowComposableCalls Updater<T>.() -> Unit in ComposeNode()
294 update: @DisallowComposableCalls Updater<T>.() -> Unit in ReusableComposeNode()
330 update: @DisallowComposableCalls Updater<T>.() -> Unit,
368 update: @DisallowComposableCalls Updater<T>.() -> Unit,
410 update: @DisallowComposableCalls Updater<T>.() -> Unit,
[all …]
DDisallowComposableCalls.kt27 annotation class DisallowComposableCalls class
DEffects.kt596 crossinline getContext: @DisallowComposableCalls () -> CoroutineContext = {
DComposer.kt1285 inline fun <T> Composer.cache(invalid: Boolean, block: @DisallowComposableCalls () -> T): T {
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshot.kt22 import androidx.compose.runtime.DisallowComposableCalls in <lambda>()
601 inline fun <T> withoutReadObservation(block: @DisallowComposableCalls () -> T): T { in <lambda>()
/compose/ui/ui/src/androidInstrumentedTest/kotlin/androidx/compose/ui/viewinterop/
DAndroidViewTest.kt57 import androidx.compose.runtime.DisallowComposableCalls in <lambda>()
2289 noinline onLifecycleEvent: @DisallowComposableCalls (AndroidViewLifecycleEvent) -> Unit, in <lambda>()
/compose/runtime/runtime/bcv/native/
D1.7.0.txt673 …ss androidx.compose.runtime/DisallowComposableCalls : kotlin/Annotation { // androidx.compose.runt…
674 constructor <init>() // androidx.compose.runtime/DisallowComposableCalls.<init>|<init>(){}[0]
Dcurrent.txt90 …ss androidx.compose.runtime/DisallowComposableCalls : kotlin/Annotation { // androidx.compose.runt…
91 constructor <init>() // androidx.compose.runtime/DisallowComposableCalls.<init>|<init>(){}[0]
D1.8.0-beta02.txt90 …ss androidx.compose.runtime/DisallowComposableCalls : kotlin/Annotation { // androidx.compose.runt…
91 constructor <init>() // androidx.compose.runtime/DisallowComposableCalls.<init>|<init>(){}[0]
/compose/runtime/runtime/api/
Drestricted_1.0.0-beta03.txt169 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta04.txt169 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta05.txt169 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta02.txt169 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
D1.0.0-beta03.txt193 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta06.txt203 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
D1.0.0-beta06.txt191 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta07.txt216 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
D1.0.0-beta02.txt193 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
D1.0.0-beta04.txt193 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
D1.0.0-beta07.txt203 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
D1.0.0-beta05.txt191 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
D1.0.0-beta10.txt205 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta09.txt218 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta08.txt218 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {
Drestricted_1.0.0-beta10.txt218 …rget(allowedTargets=kotlin.annotation.AnnotationTarget) public @interface DisallowComposableCalls {

123