Home | History | Annotate | Download | only in widget

Lines Matching full:animatable

30 import android.graphics.drawable.Animatable;
1606 if (mIndeterminateDrawable instanceof Animatable) {
1642 if (mIndeterminateDrawable instanceof Animatable) {
1643 ((Animatable) mIndeterminateDrawable).stop();
1809 Animatable) {
1810 ((Animatable) d).start();