applyAnimationChange

Occurs when a ModelAnimation has received any property changed. Depending on the returned value, the ModelAnimation will set his isDirty to false or not. You can choose between applying changes on the ObjectAnimatorandroid.view.Choreographer.FrameCallback or use your own android.view.Choreographer to handle an update/render update hierarchy. Time position should be applied inside a global android.view.Choreographer frame callback to ensure that the transformations are applied in a hierarchical order.

Return

true is the changes have been applied/handled