Searched refs:animatorState (Results 1 – 2 of 2) sorted by relevance
214 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() constant332 animatorState.width.toFloat() / startWidth in AnimatedContentInOverlay()338 animatorState.height.toFloat() / startHeight in AnimatedContentInOverlay()351 val animatorState = animatorState.value ?: return@drawWithContent in AnimatedContentInOverlay() constant352 if (!animatorState.visible) { in AnimatedContentInOverlay()356 drawBackground(animatorState, color, controller.borderStroke) in AnimatedContentInOverlay()393 animatorState.value in AnimatedContentInOverlay()[all …]
74 val animatorState = remember { mutableStateOf<TransitionAnimator.State?>(null) } in rememberExpandableController() constant109 animatorState, in rememberExpandableController()127 internal val animatorState: MutableState<TransitionAnimator.State?>, constant in com.android.compose.animation.ExpandableControllerImpl178 animatorState.value = null in transitionController()188 animatorState.value = in transitionController()