Home | History | Annotate | Download | only in hwui

Lines Matching refs:Animation

18 import android.animation.ObjectAnimator;
19 import android.animation.ValueAnimator;
25 import android.view.animation.AlphaAnimation;
26 import android.view.animation.Animation;
27 import android.view.animation.Transformation;
28 import android.view.animation.TranslateAnimation;
118 alphaAnim.setRepeatCount(Animation.INFINITE);
119 alphaAnim.setRepeatMode(Animation.REVERSE);
123 transAnim.setRepeatCount(Animation.INFINITE);
124 transAnim.setRepeatMode(Animation.REVERSE);