Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt78 return animateSceneValueAsState(value, key, SharedIntType, canOverflow) in animateSceneIntAsState()
92 return animateElementValueAsState(value, key, SharedIntType, canOverflow) in animateElementIntAsState()
95 private object SharedIntType : SharedValueType<Int, Int> { object