Home | History | Annotate | Download | only in widget

Lines Matching defs:mIndeterminateDrawable

218     private Drawable mIndeterminateDrawable;
538 mCurrentDrawable = mIndeterminateDrawable;
557 return mIndeterminateDrawable;
568 if (mIndeterminateDrawable != d) {
569 if (mIndeterminateDrawable != null) {
570 mIndeterminateDrawable.setCallback(null);
571 unscheduleDrawable(mIndeterminateDrawable);
574 mIndeterminateDrawable = d;
663 if (mIndeterminateDrawable != null && mProgressTintInfo != null) {
666 mIndeterminateDrawable = mIndeterminateDrawable.mutate();
669 mIndeterminateDrawable.setTintList(tintInfo.mIndeterminateTintList);
673 mIndeterminateDrawable.setTintMode(tintInfo.mIndeterminateTintMode);
1123 return who == mProgressDrawable || who == mIndeterminateDrawable
1131 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState();
1143 if (mIndeterminateDrawable != null) {
1144 mIndeterminateDrawable.setLayoutDirection(layoutDirection);
1486 if (mIndeterminateDrawable instanceof Animatable) {
1522 if (mIndeterminateDrawable instanceof Animatable) {
1523 ((Animatable) mIndeterminateDrawable).stop();
1622 if (mIndeterminateDrawable != null) {
1624 if (mOnlyIndeterminate && !(mIndeterminateDrawable instanceof AnimationDrawable)) {
1627 final int intrinsicWidth = mIndeterminateDrawable.getIntrinsicWidth();
1628 final int intrinsicHeight = mIndeterminateDrawable.getIntrinsicHeight();
1650 mIndeterminateDrawable.setBounds(left, top, right, bottom);
1736 if (mIndeterminateDrawable != null && mIndeterminateDrawable.isStateful()) {
1737 mIndeterminateDrawable.setState(state);
1749 if (mIndeterminateDrawable != null) {
1750 mIndeterminateDrawable.setHotspot(x, y);