Home
last modified time | relevance | path

Searched defs:floatValue (Results 1 – 4 of 4) sorted by relevance

/compose/runtime/runtime/src/commonMain/kotlin/androidx/compose/runtime/
DSnapshotFloatState.kt74 val floatValue: Float in <lambda>() constant
102 override var floatValue: Float in getValue() variable
141 override var floatValue: Float in createSnapshotMutableFloatState() variable
DSnapshotStateExtensions.kt80 override val floatValue: Float in State() constant in androidx.compose.runtime.UnboxedFloatState
/compose/ui/ui-graphics/src/commonMain/kotlin/androidx/compose/ui/graphics/vector/
DFastFloatParser.kt42 internal inline val Long.floatValue constant
/compose/animation/animation-core/src/androidInstrumentedTest/kotlin/androidx/compose/animation/core/
DSingleValueAnimationTest.kt333 val floatValue by animateFloatAsState(if (enabled) 100f else 0f) in visibilityThresholdTest() constant