Home
last modified time | relevance | path

Searched defs:animateTo (Results 1 – 18 of 18) sorted by relevance

/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimationModifier.kt219 fun animateTo(targetSize: IntSize): IntSize { in animateTo() method
/compose/material3/adaptive/adaptive-layout/src/commonMain/kotlin/androidx/compose/material3/adaptive/layout/
DThreePaneScaffoldState.kt146 suspend fun animateTo( in rememberTransition() method
DPaneExpansionState.kt374 suspend fun animateTo(anchor: PaneExpansionAnchor, initialVelocity: Float = 0F) { in animateTo() method
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DSuspendAnimation.kt138 public suspend fun <T, V : AnimationVector> AnimationState<T, V>.animateTo( in animateTo() method
DAnimatable.kt227 public suspend fun animateTo( in animateTo() method
DTransition.kt594 public suspend fun animateTo( in animateTo() method
1183 internal fun animateTo(targetState: S) { in animateTo() method in Transition
/compose/foundation/foundation/samples/src/main/java/androidx/compose/foundation/samples/
DMutatorMutexSamples.kt73 suspend fun ScrollState.animateTo(target: Int) { in <lambda>() method
/compose/animation/animation-core/src/androidInstrumentedTest/kotlin/androidx/compose/animation/core/
DSeekableTransitionStateTest.kt1615 val animateTo = in <lambda>() constant
1672 val animateTo = in <lambda>() constant
1738 val animateTo = in <lambda>() constant
1800 val animateTo = in <lambda>() constant
2246 val animateTo = in <lambda>() constant
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/
DWideNavigationRailState.kt243 private suspend fun animateTo( in <lambda>() method
DSheetDefaults.kt234 internal suspend fun animateTo( in animateTo() method
DNavigationDrawer.kt198 suspend fun animateTo(targetValue: DrawerValue, anim: AnimationSpec<Float>) { in open() method
262 private suspend fun animateTo( in requireOffset() method
/compose/material/material/src/commonMain/kotlin/androidx/compose/material/
DDrawer.kt176 suspend fun animateTo( in open() method
353 internal suspend fun animateTo( in close() method
DModalBottomSheet.kt223 internal suspend fun animateTo( in animateTo() method
DBottomSheetScaffold.kt184 internal suspend fun animateTo( in collapse() method
DAnchoredDraggable.kt686 internal suspend fun <T> AnchoredDraggableState<T>.animateTo( in animateTo() method
DSwipeable.kt322 suspend fun animateTo(targetValue: T, anim: AnimationSpec<Float> = animationSpec) { in animateTo() method
/compose/foundation/foundation/src/commonMain/kotlin/androidx/compose/foundation/gestures/
DAnchoredDraggable.kt1303 private suspend fun <T> AnchoredDraggableState<T>.animateTo( in animateTo() method
1337 suspend fun <T> AnchoredDraggableState<T>.animateTo( in animateTo() method
/compose/material3/material3/src/commonMain/kotlin/androidx/compose/material3/internal/
DAnchoredDraggable.kt677 internal suspend fun <T> AnchoredDraggableState<T>.animateTo( in animateTo() method