Home
last modified time | relevance | path

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

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt113 TransitionSpecImpl(key = null, from, to, TransformationSpec.EmptyProvider) in <lambda>()
183 fun transformationSpec(): TransformationSpec in reversed()
186 interface TransformationSpec { in reversed() interface
259 val transformationSpec: TransformationSpec in transformationSpec()
277 ) : TransformationSpec {
DSceneTransitionLayoutState.kt257 internal var transformationSpec: TransformationSpecImpl = TransformationSpec.Empty