Home
last modified time | relevance | path

Searched defs:setValue (Results 1 – 11 of 11) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/immutableMap/
DPersistentHashMapBuilderContentIterators.kt29 override fun setValue(newValue: V): V { in setValue() method
70 fun setValue(key: K, newValue: V) { in setValue() method
140 fun setValue(key: K, newValue: V): Unit = base.setValue(key, newValue) in hasNext() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/external/kotlinx/collections/immutable/implementations/persistentOrderedMap/
DPersistentOrderedMapBuilderContentIterators.kt88 override fun setValue(newValue: V): V { in setValue() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotDoubleState.kt109 inline operator fun MutableDoubleState.setValue( in setValue() method
DSnapshotFloatState.kt107 inline operator fun MutableFloatState.setValue( in setValue() method
DSnapshotLongState.kt106 inline operator fun MutableLongState.setValue(thisObj: Any?, property: KProperty<*>, value: Long) { in setValue() method
DSnapshotIntState.kt106 inline operator fun MutableIntState.setValue(thisObj: Any?, property: KProperty<*>, value: Int) { in setValue() method
DSnapshotState.kt112 inline operator fun <T> MutableState<T>.setValue(thisObj: Any?, property: KProperty<*>, value: T) { in setValue() method
/compose/ui/ui-inspection/src/main/java/androidx/compose/ui/inspection/proto/
DComposeExtensions.kt177 private fun Parameter.Builder.setValue(stringTable: StringTable, value: Any?) { in setValue() method
/compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateMapTests.kt169 override fun setValue(newValue: Float) = error("not supported") in <lambda>() method
195 override fun setValue(newValue: Float) = error("not supported") in <lambda>() method
202 override fun setValue(newValue: Float) = error("not supported") in <lambda>() method
/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/snapshots/
DSnapshotStateMap.kt378 override fun setValue(newValue: V): V = modify { in next() method
/compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/
DSemanticsProperties.kt435 final operator fun setValue( in setValue() method in androidx.compose.ui.semantics.SemanticsPropertyKey