Searched defs:animatorState (Results 1 – 2 of 2) sorted by relevance
327 val animatorState = animatorState.value ?: return@drawWithContent in AnimatedContentInOverlay() constant351 val animatorState = animatorState.value ?: return@drawWithContent in AnimatedContentInOverlay() constant
74 val animatorState = remember { mutableStateOf<TransitionAnimator.State?>(null) } in rememberExpandableController() constant127 internal val animatorState: MutableState<TransitionAnimator.State?>, constant in com.android.compose.animation.ExpandableControllerImpl