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/ |
| D | PersistentHashMapBuilderContentIterators.kt | 29 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/ |
| D | PersistentOrderedMapBuilderContentIterators.kt | 88 override fun setValue(newValue: V): V { in setValue() method
|
| /compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/ |
| D | SnapshotDoubleState.kt | 109 inline operator fun MutableDoubleState.setValue( in setValue() method
|
| D | SnapshotFloatState.kt | 107 inline operator fun MutableFloatState.setValue( in setValue() method
|
| D | SnapshotLongState.kt | 106 inline operator fun MutableLongState.setValue(thisObj: Any?, property: KProperty<*>, value: Long) { in setValue() method
|
| D | SnapshotIntState.kt | 106 inline operator fun MutableIntState.setValue(thisObj: Any?, property: KProperty<*>, value: Int) { in setValue() method
|
| D | SnapshotState.kt | 112 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/ |
| D | ComposeExtensions.kt | 177 private fun Parameter.Builder.setValue(stringTable: StringTable, value: Any?) { in setValue() method
|
| /compose/runtime/runtime/src/nonEmulatorCommonTest/kotlin/androidx/compose/runtime/snapshots/ |
| D | SnapshotStateMapTests.kt | 169 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/ |
| D | SnapshotStateMap.kt | 378 override fun setValue(newValue: V): V = modify { in next() method
|
| /compose/ui/ui/src/commonMain/kotlin/androidx/compose/ui/semantics/ |
| D | SemanticsProperties.kt | 435 final operator fun setValue( in setValue() method in androidx.compose.ui.semantics.SemanticsPropertyKey
|