Searched defs:targetOffset (Results 1 – 5 of 5) sorted by relevance
31 override fun ElementKey.targetOffset(scene: SceneKey): Offset? { in targetOffset() method in com.android.compose.animation.scene.ElementStateScopeImpl
86 var targetOffset by mutableStateOf(Offset.Unspecified) in <lambda>() variable in com.android.compose.animation.scene.Element.SceneState327 val targetOffset = in Placeable() constant
394 var targetOffset: Float in onStop() variable779 val targetOffset = in finish() constant
158 fun ElementKey.targetOffset(scene: SceneKey): Offset? in scene() method
169 val targetOffset = if (animationTargetValue != null) { in processNewAnchors() constant308 val targetOffset = anchors.getOffset(targetValue) in snapTo() constant326 val targetOffset = anchors.getOffset(targetValue) in animateTo() constant