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