Package org.robolectric.shadows
Class ShadowAnimationBridge
- java.lang.Object
-
- org.robolectric.shadows.ShadowAnimationBridge
-
@DoNotInstrument public class ShadowAnimationBridge extends Object
Bridge between shadows andAnimation
.
-
-
Constructor Summary
Constructors Constructor Description ShadowAnimationBridge(Animation realAnimation)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
applyTransformation(float interpolatedTime, Transformation transformation)
-
-
-
Constructor Detail
-
ShadowAnimationBridge
public ShadowAnimationBridge(Animation realAnimation)
-
-
Method Detail
-
applyTransformation
public void applyTransformation(float interpolatedTime, Transformation transformation)
-
-