Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DAnimateSharedAsState.kt120 val sceneValues = regex
145 val sceneValues = element.sceneValues[scene] ?: return null regex
H A DElement.kt63 val sceneValues = SnapshotStateMap<SceneKey, SceneValues>() regex
94 val sceneValues = remember(scene, key) { Element.SceneValues() } regex