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 D | AnimateSharedAsState.kt | 40 key: ValueKey, 55 key: ValueKey, 70 key: ValueKey, 85 key: ValueKey, 96 key: ValueKey,
|
H A D | Key.kt | 83 class ValueKey(name: String, identity: Any = Object()) : Key(name, identity) { regex
|
H A D | SceneTransitionLayout.kt | 122 key: ValueKey,
|
H A D | Scene.kt | 68 key: ValueKey,
|
H A D | Element.kt | 73 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 D | TestValues.kt | 39 val Value1 = ValueKey("Value1")
|