Searched refs:SharedIntType (Results 1 – 1 of 1) sorted by relevance
78 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