Searched refs:TransformationSpecImpl (Results 1 – 3 of 3) sorted by relevance
214 TransformationSpecImpl( in reversed()228 private val transformationSpec: () -> TransformationSpecImpl,237 TransformationSpecImpl( in reversed()247 override fun transformationSpec(): TransformationSpecImpl = this.transformationSpec.invoke() in transformationSpec()265 override val transformationSpec: TransformationSpecImpl,272 internal class TransformationSpecImpl( class
84 fun transformationSpec(): TransformationSpecImpl { in overscroll()86 return TransformationSpecImpl( in overscroll()104 fun transformationSpec(): TransformationSpecImpl { in transition()106 return TransformationSpecImpl( in transition()
257 internal var transformationSpec: TransformationSpecImpl = TransformationSpec.Empty