Home
last modified time | relevance | path

Searched defs:transformationSpec (Results 1 – 5 of 5) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DTransitionDslImpl.kt84 fun transformationSpec(): TransformationSpecImpl { in overscroll() method
104 fun transformationSpec(): TransformationSpecImpl { in transition() method
DSceneTransitions.kt183 fun transformationSpec(): TransformationSpec in reversed() method
228 private val transformationSpec: () -> TransformationSpecImpl, constant in com.android.compose.animation.scene.TransitionSpecImpl
247 override fun transformationSpec(): TransformationSpecImpl = this.transformationSpec.invoke() in transformationSpec() method in com.android.compose.animation.scene.TransitionSpecImpl
259 val transformationSpec: TransformationSpec in transformationSpec() constant
265 override val transformationSpec: TransformationSpecImpl, constant in com.android.compose.animation.scene.OverscrollSpecImpl
DElement.kt742 val transformationSpec = transition.transformationSpec in sharedElementTransformation() constant
DSceneTransitionLayoutState.kt257 internal var transformationSpec: TransformationSpecImpl = TransformationSpec.Empty variable in com.android.compose.animation.scene.TransitionState.Transition
/frameworks/base/packages/SystemUI/compose/scene/tests/src/com/android/compose/animation/scene/
DTransitionDslTest.kt76 val transformationSpec = transitions.transitionSpecs.single().transformationSpec() in defaultTransitionSpec() constant
85 val transformationSpec = transitions.transitionSpecs.single().transformationSpec() in customTransitionSpec() constant