Home | History | Annotate | Download | only in widget

Lines Matching defs:mIndeterminateDrawable

190     private Drawable mIndeterminateDrawable;
571 swapCurrentDrawable(mIndeterminateDrawable);
604 return mIndeterminateDrawable;
615 if (mIndeterminateDrawable != d) {
616 if (mIndeterminateDrawable != null) {
617 mIndeterminateDrawable.setCallback(null);
618 unscheduleDrawable(mIndeterminateDrawable);
621 mIndeterminateDrawable = d;
711 if (mIndeterminateDrawable != null && mProgressTintInfo != null) {
714 mIndeterminateDrawable = mIndeterminateDrawable.mutate();
717 mIndeterminateDrawable.setTintList(tintInfo.mIndeterminateTintList);
721 mIndeterminateDrawable.setTintMode(tintInfo.mIndeterminateTintMode);
726 if (mIndeterminateDrawable.isStateful()) {
727 mIndeterminateDrawable.setState(getDrawableState());
1204 return who == mProgressDrawable || who == mIndeterminateDrawable
1212 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState();
1224 if (mIndeterminateDrawable != null) {
1225 mIndeterminateDrawable.setLayoutDirection(layoutDirection);
1607 if (mIndeterminateDrawable instanceof Animatable) {
1643 if (mIndeterminateDrawable instanceof Animatable) {
1644 ((Animatable) mIndeterminateDrawable).stop();
1734 if (mIndeterminateDrawable != null) {
1736 if (mOnlyIndeterminate && !(mIndeterminateDrawable instanceof AnimationDrawable)) {
1739 final int intrinsicWidth = mIndeterminateDrawable.getIntrinsicWidth();
1740 final int intrinsicHeight = mIndeterminateDrawable.getIntrinsicHeight();
1762 mIndeterminateDrawable.setBounds(left, top, right, bottom);
1853 final Drawable indeterminateDrawable = mIndeterminateDrawable;
1871 if (mIndeterminateDrawable != null) {
1872 mIndeterminateDrawable.setHotspot(x, y);