Home | History | Annotate | Download | only in widget

Lines Matching refs:Animatable

28 import android.graphics.drawable.Animatable;
853 if (mIndeterminateDrawable instanceof Animatable) {
889 if (mIndeterminateDrawable instanceof Animatable) {
890 ((Animatable) mIndeterminateDrawable).stop();
1052 if (mShouldStartAnimationDrawable && d instanceof Animatable) {
1053 ((Animatable) d).start();