Home
last modified time | relevance | path

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

/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DAnimationSpec.kt514 public infix fun E.using(easing: Easing): E { in using() method in androidx.compose.animation.core.KeyframesSpecBaseConfig
631 public infix fun KeyframeEntity<T>.using(arcMode: ArcMode): KeyframeEntity<T> { in toPair() method in androidx.compose.animation.core.KeyframesSpec.KeyframesSpecConfig
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimatedContent.kt289 public infix fun ContentTransform.using(sizeTransform: SizeTransform?): ContentTransform in togetherWith() method
415 override infix fun ContentTransform.using(sizeTransform: SizeTransform?) = in using() method in AnimatedContentTransitionScopeImpl