Lines Matching refs:DynamicAnimation

3   public abstract class DynamicAnimation<T extends android.support.animation.DynamicAnimation<T>> {
4 … method public T addEndListener(android.support.animation.DynamicAnimation.OnAnimationEndListener);
5 …method public T addUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpdateList…
9 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
10 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
26 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_Y;
27 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_X;
28 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
29 field public static final android.support.animation.DynamicAnimation.ViewProperty TRANSLATION_X;
30 field public static final android.support.animation.DynamicAnimation.ViewProperty TRANSLATION_Y;
31 field public static final android.support.animation.DynamicAnimation.ViewProperty TRANSLATION_Z;
32 field public static final android.support.animation.DynamicAnimation.ViewProperty X;
33 field public static final android.support.animation.DynamicAnimation.ViewProperty Y;
34 field public static final android.support.animation.DynamicAnimation.ViewProperty Z;
37 public static abstract interface DynamicAnimation.OnAnimationEndListener {
38 …method public abstract void onAnimationEnd(android.support.animation.DynamicAnimation, boolean, fl…
41 public static abstract interface DynamicAnimation.OnAnimationUpdateListener {
42 …method public abstract void onAnimationUpdate(android.support.animation.DynamicAnimation, float, f…
45 …public static abstract class DynamicAnimation.ViewProperty extends android.support.animation.Float…
48 public final class FlingAnimation extends android.support.animation.DynamicAnimation {
69 public final class SpringAnimation extends android.support.animation.DynamicAnimation {