Home
last modified time | relevance | path

Searched refs:PropertyTransformation (Results 1 – 11 of 11) sorted by relevance

/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/
DSceneTransitions.kt34 import com.android.compose.animation.scene.transformation.PropertyTransformation in <lambda>()
292 var offset: PropertyTransformation<Offset>? = null in computeTransformations()
293 var size: PropertyTransformation<IntSize>? = null in computeTransformations()
294 var drawScale: PropertyTransformation<Scale>? = null in computeTransformations()
295 var alpha: PropertyTransformation<Float>? = null in computeTransformations()
298 root: PropertyTransformation<T>, in computeTransformations()
299 current: PropertyTransformation<T> = root, in computeTransformations()
307 offset = root as PropertyTransformation<Offset> in computeTransformations()
312 size = root as PropertyTransformation<IntSize> in computeTransformations()
316 drawScale = root as PropertyTransformation<Scale> in computeTransformations()
[all …]
DTransitionDslImpl.kt35 import com.android.compose.animation.scene.transformation.PropertyTransformation
136 protected fun transformation(transformation: PropertyTransformation<*>) { in transformation()
DElement.kt51 import com.android.compose.animation.scene.transformation.PropertyTransformation in <lambda>()
1024 transformation: (ElementTransformations) -> PropertyTransformation<T>?, in computeValue()
/frameworks/base/packages/SystemUI/compose/scene/src/com/android/compose/animation/scene/transformation/
DTransformation.kt56 internal sealed interface PropertyTransformation<T> : Transformation { in reversed() interface
78 val delegate: PropertyTransformation<T>,
80 ) : PropertyTransformation<T> by delegate { in <lambda>()
83 delegate.reversed() as PropertyTransformation<T>, in <lambda>()
DTranslate.kt33 ) : PropertyTransformation<Offset> {
55 ) : PropertyTransformation<Offset> {
DFade.kt28 ) : PropertyTransformation<Float> {
DDrawScale.kt36 ) : PropertyTransformation<Scale> {
DScaleSize.kt35 ) : PropertyTransformation<IntSize> {
DAnchoredSize.kt33 ) : PropertyTransformation<IntSize> {
DEdgeTranslate.kt32 ) : PropertyTransformation<Offset> {
DAnchoredTranslate.kt32 ) : PropertyTransformation<Offset> {