public class CompositeTransformation extends java.lang.Object implements RootTransformation
| Constructor and Description |
|---|
CompositeTransformation(java.util.List<RootTransformation> transformations) |
| Modifier and Type | Method and Description |
|---|---|
void |
transform(float dragProgress,
android.view.View rootView) |
public CompositeTransformation(java.util.List<RootTransformation> transformations)
public void transform(float dragProgress,
android.view.View rootView)
transform in interface RootTransformation