Searched defs:using (Results 1 – 2 of 2) sorted by relevance
| /compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/ | ||
| D | AnimationSpec.kt | 514 public infix fun E.using(easing: Easing): E { in using() method in androidx.compose.animation.core.KeyframesSpecBaseConfig |
| /compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/ | ||
| D | AnimatedContent.kt | 289 public infix fun ContentTransform.using(sizeTransform: SizeTransform?): ContentTransform in togetherWith() method |