Class ShadowAnimationBridge


  • @DoNotInstrument
    public class ShadowAnimationBridge
    extends java.lang.Object
    Bridge between shadows and Animation.
    • Constructor Summary

      Constructors 
      Constructor Description
      ShadowAnimationBridge​(android.view.animation.Animation realAnimation)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void applyTransformation​(float interpolatedTime, android.view.animation.Transformation transformation)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • ShadowAnimationBridge

        public ShadowAnimationBridge​(android.view.animation.Animation realAnimation)
    • Method Detail

      • applyTransformation

        public void applyTransformation​(float interpolatedTime,
                                        android.view.animation.Transformation transformation)