Searched refs:PropertyTransformation (Results 1 – 11 of 11) sorted by relevance
34 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 …]
35 import com.android.compose.animation.scene.transformation.PropertyTransformation136 protected fun transformation(transformation: PropertyTransformation<*>) { in transformation()
51 import com.android.compose.animation.scene.transformation.PropertyTransformation in <lambda>()1024 transformation: (ElementTransformations) -> PropertyTransformation<T>?, in computeValue()
56 internal sealed interface PropertyTransformation<T> : Transformation { in reversed() interface78 val delegate: PropertyTransformation<T>,80 ) : PropertyTransformation<T> by delegate { in <lambda>()83 delegate.reversed() as PropertyTransformation<T>, in <lambda>()
33 ) : PropertyTransformation<Offset> {55 ) : PropertyTransformation<Offset> {
28 ) : PropertyTransformation<Float> {
36 ) : PropertyTransformation<Scale> {
35 ) : PropertyTransformation<IntSize> {
33 ) : PropertyTransformation<IntSize> {
32 ) : PropertyTransformation<Offset> {