Class ShadowAnimationBridge

java.lang.Object
org.robolectric.shadows.ShadowAnimationBridge

@DoNotInstrument public class ShadowAnimationBridge extends Object
Bridge between shadows and Animation.
  • Constructor Details

    • ShadowAnimationBridge

      public ShadowAnimationBridge(Animation realAnimation)
  • Method Details

    • applyTransformation

      public void applyTransformation(float interpolatedTime, Transformation transformation)