Home | History | Annotate | Download | only in seekbar

Lines Matching defs:mIndeterminateDrawable

209     private Drawable mIndeterminateDrawable;
441 mCurrentDrawable = mIndeterminateDrawable;
460 return mIndeterminateDrawable;
476 mIndeterminateDrawable = d;
547 return who == mProgressDrawable || who == mIndeterminateDrawable
555 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState();
809 if (mIndeterminateDrawable instanceof Animatable) {
834 if (mIndeterminateDrawable instanceof Animatable) {
835 ((Animatable) mIndeterminateDrawable).stop();
930 if (mIndeterminateDrawable != null) {
932 if (mOnlyIndeterminate && !(mIndeterminateDrawable instanceof AnimationDrawable)) {
935 final int intrinsicWidth = mIndeterminateDrawable.getIntrinsicWidth();
936 final int intrinsicHeight = mIndeterminateDrawable.getIntrinsicHeight();
953 mIndeterminateDrawable.setBounds(left, top, right, bottom);
1026 if (mIndeterminateDrawable != null && mIndeterminateDrawable.isStateful()) {
1027 mIndeterminateDrawable.setState(state);