Searched refs:throwIfNotNull (Results 1 – 1 of 1) sorted by relevance
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/ |
D | SceneTransitions.kt | 306 throwIfNotNull(offset, element, name = "offset") in computeTransformations() 311 throwIfNotNull(size, element, name = "size") in computeTransformations() 315 throwIfNotNull(drawScale, element, name = "drawScale") in computeTransformations() 319 throwIfNotNull(alpha, element, name = "alpha") in computeTransformations() 333 throwIfNotNull(shared, element, name = "shared") in computeTransformations() 343 private fun throwIfNotNull( in throwIfNotNull() method
|