Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DElement.kt104 element.sceneValues[scene.key] = sceneValues
112 DisposableEffect(scene, sceneValues, element) {
114 element.sceneValues.remove(scene.key)
117 if (element.sceneValues.isEmpty()) {
170 state.toScene !in element.sceneValues
202 sceneValues: Element.SceneValues,
251 sceneValues: Element.SceneValues,
257 if (targetSizeInScene != sceneValues.size) {
259 sceneValues.size = targetSizeInScene
307 sceneValues: Element.SceneValues,
[all …]
H A DAnimateSharedAsState.kt120 val sceneValues = regex
121 element.sceneValues[scene.key] ?: error("Element $element is not present in $scene")
122 val sharedValues = sceneValues.sharedValues
145 val sceneValues = element.sceneValues[scene] ?: return null regex
146 val value = sceneValues.sharedValues[sharedValue.key] ?: return null
/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/transformation/
H A DAnchoredSize.kt37 sceneValues: Element.SceneValues,
42 val size = layoutImpl.elements[anchor]?.sceneValues?.get(scene)?.size
H A DAnchoredTranslate.kt38 sceneValues: Element.SceneValues,
44 return anchor.sceneValues[scene]?.offset?.takeIf { it.isSpecified }
H A DEdgeTranslate.kt37 sceneValues: Element.SceneValues,
42 val elementSize = sceneValues.size
H A DTransformation.kt49 sceneValues: Element.SceneValues,
71 sceneValues: Element.SceneValues,
H A DFade.kt33 sceneValues: Element.SceneValues,
H A DScaleSize.kt40 sceneValues: Element.SceneValues,
H A DTranslate.kt38 sceneValues: Element.SceneValues,
H A DPunchHole.kt50 sceneValues: Element.SceneValues,