Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimation.kt254 private var initialValueVector = typeConverter.convertToVector(initialValue) in TargetBasedAnimation() variable
356 private val initialValueVector: V = typeConverter.convertToVector(initialValue) constant