Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt214 TransformationSpecImpl( in reversed()
228 private val transformationSpec: () -> TransformationSpecImpl,
237 TransformationSpecImpl( in reversed()
247 override fun transformationSpec(): TransformationSpecImpl = this.transformationSpec.invoke() in transformationSpec()
265 override val transformationSpec: TransformationSpecImpl,
272 internal class TransformationSpecImpl( class
DTransitionDslImpl.kt84 fun transformationSpec(): TransformationSpecImpl { in overscroll()
86 return TransformationSpecImpl( in overscroll()
104 fun transformationSpec(): TransformationSpecImpl { in transition()
106 return TransformationSpecImpl( in transition()
DSceneTransitionLayoutState.kt257 internal var transformationSpec: TransformationSpecImpl = TransformationSpec.Empty