Searched defs:transformations (Results 1 – 4 of 4) sorted by relevance
62 @NonNull ArrayList<Pair<Integer, InternalTransformation>> transformations) { in batchApply()
79 val transformations = mutableListOf<Transformation>() constant
97 val transformations: List<Transformation>, constant in com.android.compose.animation.scene.TransitionSpec110 internal fun transformations(element: ElementKey): ElementTransformations { in transformations() method in com.android.compose.animation.scene.TransitionSpec
386 final ArrayList<Pair<Integer, InternalTransformation>> transformations = in applyCustomDescription() local