Home
last modified time | relevance | path

Searched refs:fromValues (Results 1 – 1 of 1) sorted by relevance

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DElement.kt395 val fromValues = element.sceneValues[fromScene] regex
398 if (fromValues == null && toValues == null) {
410 if (fromValues != null && toValues != null) {
412 sceneValue(fromValues),
434 fromValues ?: toValues!!,
443 val isEntering = fromValues == null