Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DVectorConverters.kt74 public val Float.Companion.VectorConverter: TwoWayConverter<Float, AnimationVector1D> in TwoWayConverter() constant
78 public val Int.Companion.VectorConverter: TwoWayConverter<Int, AnimationVector1D> in TwoWayConverter() constant
87 public val Rect.Companion.VectorConverter: TwoWayConverter<Rect, AnimationVector4D> constant
91 public val Dp.Companion.VectorConverter: TwoWayConverter<Dp, AnimationVector1D> constant
95 public val DpOffset.Companion.VectorConverter: TwoWayConverter<DpOffset, AnimationVector2D> constant
99 public val Size.Companion.VectorConverter: TwoWayConverter<Size, AnimationVector2D> constant
103 public val Offset.Companion.VectorConverter: TwoWayConverter<Offset, AnimationVector2D> constant
107 public val IntOffset.Companion.VectorConverter: TwoWayConverter<IntOffset, AnimationVector2D> constant
115 public val IntSize.Companion.VectorConverter: TwoWayConverter<IntSize, AnimationVector2D> constant
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DColorVectorConverter.kt56 public val Color.Companion.VectorConverter: constant