Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
DExpandable.kt520 val animatorState = controller.animatorState ?: return@drawWithContent in AnimatedContentInOverlay() constant
544 val animatorState = in AnimatedContentInOverlay() constant
DExpandableController.kt156 var animatorState by mutableStateOf<TransitionAnimator.State?>(null) variable