Searched defs:transformations (Results 1 – 5 of 5) sorted by relevance
96 val transformations = in defaultRange() constant112 val transformations = in fractionRange() constant135 val transformations = in timestampRange() constant158 val transformations = in reversed() constant180 val transformations = in defaultReversed() constant
62 @NonNull ArrayList<Pair<Integer, InternalTransformation>> transformations) { in batchApply()
121 val transformations = mutableListOf<Transformation>() constant in com.android.compose.animation.scene.BaseTransitionBuilderImpl
210 val transformations: List<Transformation> in reversed() constant276 override val transformations: List<Transformation>, constant in com.android.compose.animation.scene.TransformationSpecImpl280 internal fun transformations(element: ElementKey, scene: SceneKey): ElementTransformations { in transformations() method in com.android.compose.animation.scene.TransformationSpecImpl
406 final ArrayList<Pair<Integer, InternalTransformation>> transformations = in applyCustomDescription() local