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…
8 …method public void removeEndListener(android.support.animation.DynamicAnimation.OnAnimationEndList…
9 …method public void removeUpdateListener(android.support.animation.DynamicAnimation.OnAnimationUpda…
15 field public static final android.support.animation.DynamicAnimation.ViewProperty ALPHA;
16 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION;
17 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_X;
18 field public static final android.support.animation.DynamicAnimation.ViewProperty ROTATION_Y;
19 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_X;
20 field public static final android.support.animation.DynamicAnimation.ViewProperty SCALE_Y;
21 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_X;
22 field public static final android.support.animation.DynamicAnimation.ViewProperty SCROLL_Y;
23 field public static final android.support.animation.DynamicAnimation.ViewProperty TRANSLATION_X;
24 field public static final android.support.animation.DynamicAnimation.ViewProperty TRANSLATION_Y;
25 field public static final android.support.animation.DynamicAnimation.ViewProperty TRANSLATION_Z;
26 field public static final android.support.animation.DynamicAnimation.ViewProperty X;
27 field public static final android.support.animation.DynamicAnimation.ViewProperty Y;
28 field public static final android.support.animation.DynamicAnimation.ViewProperty Z;
31 public static abstract interface DynamicAnimation.OnAnimationEndListener {
32 …method public abstract void onAnimationEnd(android.support.animation.DynamicAnimation, boolean, fl…
35 public static abstract interface DynamicAnimation.OnAnimationUpdateListener {
36 …method public abstract void onAnimationUpdate(android.support.animation.DynamicAnimation, float, f…
39 public static abstract class DynamicAnimation.ViewProperty {
42 public final class SpringAnimation extends android.support.animation.DynamicAnimation {
43 …ctor public SpringAnimation(android.view.View, android.support.animation.DynamicAnimation.ViewProp…
44 …ctor public SpringAnimation(android.view.View, android.support.animation.DynamicAnimation.ViewProp…