Class HandMotionAnimation

  • All Implemented Interfaces:
    java.lang.Cloneable

    public class HandMotionAnimation
    extends android.view.animation.Animation
    This drives the AR hand motion animation.
    • Nested Class Summary

      • Nested classes/interfaces inherited from class android.view.animation.Animation

        android.view.animation.Animation.AnimationListener, android.view.animation.Animation.Description
    • Field Summary

      • Fields inherited from class android.view.animation.Animation

        ABSOLUTE, INFINITE, RELATIVE_TO_PARENT, RELATIVE_TO_SELF, RESTART, REVERSE, START_ON_FIRST_FRAME, ZORDER_BOTTOM, ZORDER_NORMAL, ZORDER_TOP
    • Constructor Summary

      Constructors 
      Constructor Description
      HandMotionAnimation​(android.view.View containerView, android.view.View handImageView)  
    • Method Summary

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

        cancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, initialize, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrix
      • Methods inherited from class java.lang.Object

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

      • HandMotionAnimation

        public HandMotionAnimation​(android.view.View containerView,
                                   android.view.View handImageView)
    • Method Detail

      • applyTransformation

        protected void applyTransformation​(float interpolatedTime,
                                           android.view.animation.Transformation transformation)
        Overrides:
        applyTransformation in class android.view.animation.Animation