protected class VideoControlsLeanback.RippleTranslateAnimation
extends android.view.animation.TranslateAnimation
implements android.view.animation.Animation.AnimationListener
| Modifier and Type | Field and Description |
|---|---|
protected static long |
DURATION |
protected int |
xDelta |
| Constructor and Description |
|---|
RippleTranslateAnimation(int xDelta) |
| Modifier and Type | Method and Description |
|---|---|
void |
onAnimationEnd(android.view.animation.Animation animation) |
void |
onAnimationRepeat(android.view.animation.Animation animation) |
void |
onAnimationStart(android.view.animation.Animation animation) |
applyTransformation, initializecancel, clone, computeDurationHint, ensureInterpolator, finalize, getBackgroundColor, getDetachWallpaper, getDuration, getFillAfter, getFillBefore, getInterpolator, getRepeatCount, getRepeatMode, getScaleFactor, getStartOffset, getStartTime, getTransformation, getTransformation, getZAdjustment, hasEnded, hasStarted, isFillEnabled, isInitialized, reset, resolveSize, restrictDuration, scaleCurrentDuration, setAnimationListener, setBackgroundColor, setDetachWallpaper, setDuration, setFillAfter, setFillBefore, setFillEnabled, setInterpolator, setInterpolator, setRepeatCount, setRepeatMode, setStartOffset, setStartTime, setZAdjustment, start, startNow, willChangeBounds, willChangeTransformationMatrixprotected static final long DURATION
protected int xDelta
public void onAnimationStart(android.view.animation.Animation animation)
onAnimationStart in interface android.view.animation.Animation.AnimationListenerpublic void onAnimationEnd(android.view.animation.Animation animation)
onAnimationEnd in interface android.view.animation.Animation.AnimationListenerpublic void onAnimationRepeat(android.view.animation.Animation animation)
onAnimationRepeat in interface android.view.animation.Animation.AnimationListener