Package pro.streem.ar.sceneform.ux
Class HandMotionAnimation
- java.lang.Object
-
- android.view.animation.Animation
-
- pro.streem.ar.sceneform.ux.HandMotionAnimation
-
- All Implemented Interfaces:
java.lang.Cloneable
public class HandMotionAnimation extends android.view.animation.AnimationThis drives the AR hand motion animation.
-
-
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 voidapplyTransformation(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
-
-