This site requires javascript.
Android Code Search
file:androidx/compose/animation/core/VectorConverters.kt symbol:VectorConverter
search
close
info_outline
more_vert
Result 1 of 1
content_copy
Search Result Root
androidx/platform/frameworks/support
keyboard_arrow_right
Branch
Branch
androidx-main
keyboard_arrow_right
Search Result Path
compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
VectorConverters.kt
content_copy
Preview
73:
74:
75:
/** A [TwoWayConverter] that converts [Float] from and to [AnimationVector1D] */
public
val
Float.Companion.
VectorConverter
: TwoWayConverter<Float, AnimationVector1D>
get
() = FloatToVector
77:
78:
79:
/** A [TwoWayConverter] that converts [Int] from and to [AnimationVector1D] */
public
val
Int.Companion.
VectorConverter
: TwoWayConverter<Int, AnimationVector1D>
get
() = IntToVector
86:
87:
88:
/** A type converter that converts a [Rect] to a [AnimationVector4D], and vice versa. */
public
val
Rect.Companion.
VectorConverter
: TwoWayConverter<Rect, AnimationVector4D>
get
() = RectToVector
90:
91:
92:
/** A type converter that converts a [Dp] to a [AnimationVector1D], and vice versa. */
public
val
Dp.Companion.
VectorConverter
: TwoWayConverter<Dp, AnimationVector1D>
get
() = DpToVector
94:
95:
96:
/** A type converter that converts a [DpOffset] to a [AnimationVector2D], and vice versa. */
public
val
DpOffset.Companion.
VectorConverter
: TwoWayConverter<DpOffset, AnimationVector2D>
get
() = DpOffsetToVector
98:
99:
100:
/** A type converter that converts a [Size] to a [AnimationVector2D], and vice versa. */
public
val
Size.Companion.
VectorConverter
: TwoWayConverter<Size, AnimationVector2D>
get
() = SizeToVector
102:
103:
104:
/** A type converter that converts a [Offset] to a [AnimationVector2D], and vice versa. */
public
val
Offset.Companion.
VectorConverter
: TwoWayConverter<Offset, AnimationVector2D>
get
() = OffsetToVector
106:
107:
108:
/** A type converter that converts a [IntOffset] to a [AnimationVector2D], and vice versa. */
public
val
IntOffset.Companion.
VectorConverter
: TwoWayConverter<IntOffset, AnimationVector2D>
get
() = IntOffsetToVector
114:
115:
116:
*/
public
val
IntSize.Companion.
VectorConverter
: TwoWayConverter<IntSize, AnimationVector2D>
get
() = IntSizeToVector
chevron_left
1
chevron_right
Results per page
10
We serve cookies on this site to analyze traffic, remember your preferences, and optimize your experience.
Got it
Help
Open branch androidx-main