Home
last modified time | relevance | path

Searched defs:initialState (Results 1 – 7 of 7) sorted by relevance

/compose/animation/animation/integration-tests/animation-demos/src/main/java/androidx/compose/animation/demos/lookahead/
DCraneDemo.kt164 override var initialState: T by mutableStateOf(initialState) variable
170 val initialState: T constant
/compose/animation/animation-core/src/commonMain/kotlin/androidx/compose/animation/core/
DTransition.kt1582 private class SegmentImpl<S>(override val initialState: S, override val targetState: S) : constant in SegmentImpl
1603 public val initialState: S constant
1775 val initialState = transformToChildState(if (isSeeking) currentState else initialParentState) in createChildTransition() constant
1846 val initialState = constant
/compose/material/material/src/androidInstrumentedTest/kotlin/androidx/compose/material/anchoredDraggable/
DAnchoredDraggableStateTest.kt337 val initialState = C in <lambda>() constant
/compose/material3/material3/src/androidInstrumentedTest/kotlin/androidx/compose/material3/anchoredDraggable/
DAnchoredDraggableStateTest.kt345 val initialState = C in <lambda>() constant
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/
DBasicMarqueeTest.kt109 fun initialState() { in <lambda>() method
/compose/animation/animation/src/commonMain/kotlin/androidx/compose/animation/
DAnimatedContent.kt403 override val initialState: S constant in AnimatedContentTransitionScopeImpl
/compose/foundation/foundation/src/androidInstrumentedTest/kotlin/androidx/compose/foundation/anchoredDraggable/
DAnchoredDraggableStateTest.kt415 val initialState = C in <lambda>() constant