Home
last modified time | relevance | path

Searched refs:offsetAnimation (Results 1 – 1 of 1) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DDraggableHandler.kt576 val offset = offsetAnimation?.animatable?.value ?: dragOffset
588 val animatable = offsetAnimation?.animatable ?: return 0f
606 private var offsetAnimation: OffsetAnimation? by mutableStateOf(null) variable in com.android.compose.animation.scene.SwipeTransition
609 get() = offsetAnimation == null
662 return animation().also { offsetAnimation = it } in startOffsetAnimation()
669 val animation = offsetAnimation ?: return in cancelOffsetAnimation()
670 offsetAnimation = null in cancelOffsetAnimation()
769 if (isFinishing) return requireNotNull(offsetAnimation).job in finish()
773 offsetAnimation?.let { in finish()
797 check(offsetAnimation == animation) in finish()