Home | History | Annotate | Download | only in seekbar

Lines Matching refs:Animatable

28 import android.graphics.drawable.Animatable;
809 if (mIndeterminateDrawable instanceof Animatable) {
834 if (mIndeterminateDrawable instanceof Animatable) {
835 ((Animatable) mIndeterminateDrawable).stop();
988 if (mShouldStartAnimationDrawable && d instanceof Animatable) {
989 ((Animatable) d).start();