Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimationSpec.kt327 public val repeatMode: RepeatMode = RepeatMode.Restart, constant in androidx.compose.animation.core.RepeatableSpec
387 public val repeatMode: RepeatMode = RepeatMode.Restart, constant in androidx.compose.animation.core.InfiniteRepeatableSpec
DVectorizedAnimationSpec.kt591 private val repeatMode: RepeatMode = RepeatMode.Restart, constant in androidx.compose.animation.core.VectorizedInfiniteRepeatableSpec
702 private val repeatMode: RepeatMode = RepeatMode.Restart, in getDurationNanos() constant in VectorizedRepeatableSpec
/compose/animation/animation-graphics/src/commonMain/kotlin/androidx/compose/animation/graphics/vector/
DAnimator.kt112 val repeatMode: RepeatMode, constant in androidx.compose.animation.graphics.vector.Timestamp
265 val repeatMode: RepeatMode, constant in androidx.compose.animation.graphics.vector.ObjectAnimator