Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DAnimateSharedAsState.kt158 return animateSceneValueAsState(value, key, SharedDpType, canOverflow) in lerp()
172 return animateElementValueAsState(value, key, SharedDpType, canOverflow) in animateElementDpAsState()
175 private object SharedDpType : SharedValueType<Dp, Dp> { object