Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt214 controller.animatorState.value != null && controller.overlay.value != null in Expandable()
241 controller.animatorState, in Expandable()
304 animatorState: State<TransitionAnimator.State?>, in AnimatedContentInOverlay()
327 val animatorState = animatorState.value ?: return@drawWithContent in AnimatedContentInOverlay() constant
332 animatorState.width.toFloat() / startWidth in AnimatedContentInOverlay()
338 animatorState.height.toFloat() / startHeight in AnimatedContentInOverlay()
351 val animatorState = animatorState.value ?: return@drawWithContent in AnimatedContentInOverlay() constant
352 if (!animatorState.visible) { in AnimatedContentInOverlay()
356 drawBackground(animatorState, color, controller.borderStroke) in AnimatedContentInOverlay()
393 animatorState.value in AnimatedContentInOverlay()
[all …]
DExpandableController.kt74 val animatorState = remember { mutableStateOf<TransitionAnimator.State?>(null) } in rememberExpandableController() constant
109 animatorState, in rememberExpandableController()
127 internal val animatorState: MutableState<TransitionAnimator.State?>, constant in com.android.compose.animation.ExpandableControllerImpl
178 animatorState.value = null in transitionController()
188 animatorState.value = in transitionController()