Home
last modified time | relevance | path

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

/aosp14/frameworks/base/packages/SystemUI/compose/core/src/com/android/compose/animation/scene/
H A DAnimateSharedAsState.kt40 key: ValueKey,
55 key: ValueKey,
70 key: ValueKey,
85 key: ValueKey,
96 key: ValueKey,
H A DKey.kt83 class ValueKey(name: String, identity: Any = Object()) : Key(name, identity) { regex
H A DSceneTransitionLayout.kt122 key: ValueKey,
H A DScene.kt68 key: ValueKey,
H A DElement.kt73 val sharedValues = SnapshotStateMap<ValueKey, SharedValue<*>>()
77 class SharedValue<T>(val key: ValueKey, initialValue: T) {
/aosp14/frameworks/base/packages/SystemUI/compose/core/tests/src/com/android/compose/animation/scene/
H A DTestValues.kt39 val Value1 = ValueKey("Value1")