Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/
H A DExpandable.kt327 val animatorState = animatorState.value ?: return@drawWithContent regex
351 val animatorState = animatorState.value ?: return@drawWithContent regex
H A DExpandableController.kt73 val animatorState = remember { mutableStateOf<LaunchAnimator.State?>(null) } regex