-
- All Implemented Interfaces:
-
android.animation.Animator.AnimatorListener,android.animation.ValueAnimator.AnimatorUpdateListener,java.lang.Runnable
public class AnimatedMoveViewJob extends AnimatedViewPortJob
Created by Philipp Jahoda on 19/02/16.
-
-
Constructor Summary
Constructors Constructor Description AnimatedMoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v, float xOrigin, float yOrigin, long duration)
-
Method Summary
Modifier and Type Method Description static AnimatedMoveViewJobgetInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v, float xOrigin, float yOrigin, long duration)static voidrecycleInstance(AnimatedMoveViewJob instance)voidonAnimationUpdate(ValueAnimator animation)voidrecycleSelf()-
Methods inherited from class com.github.mikephil.charting.jobs.AnimatedViewPortJob
getPhase, getXOrigin, getYOrigin, onAnimationCancel, onAnimationEnd, onAnimationRepeat, onAnimationStart, run, setPhase -
Methods inherited from class com.github.mikephil.charting.jobs.ViewPortJob
getXValue, getYValue -
Methods inherited from class java.lang.Runnable
run -
Methods inherited from class android.animation.ValueAnimator.AnimatorUpdateListener
onAnimationUpdate -
Methods inherited from class android.animation.Animator.AnimatorListener
onAnimationCancel, onAnimationEnd, onAnimationRepeat, onAnimationStart -
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Constructor Detail
-
AnimatedMoveViewJob
AnimatedMoveViewJob(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v, float xOrigin, float yOrigin, long duration)
-
-
Method Detail
-
getInstance
static AnimatedMoveViewJob getInstance(ViewPortHandler viewPortHandler, float xValue, float yValue, Transformer trans, View v, float xOrigin, float yOrigin, long duration)
-
recycleInstance
static void recycleInstance(AnimatedMoveViewJob instance)
-
onAnimationUpdate
void onAnimationUpdate(ValueAnimator animation)
-
recycleSelf
void recycleSelf()
-
-
-
-