HomeSort by relevance Sort by last modified time
    Searched refs:mIndeterminateDrawable (Results 1 - 4 of 4) sorted by null

  /frameworks/support/v7/appcompat/src/android/support/v7/internal/widget/
ProgressBarICS.java 92 private Drawable mIndeterminateDrawable;
280 mCurrentDrawable = mIndeterminateDrawable;
299 return mIndeterminateDrawable;
315 mIndeterminateDrawable = d;
379 return who == mProgressDrawable || who == mIndeterminateDrawable
617 if (mIndeterminateDrawable instanceof Animatable) {
642 if (mIndeterminateDrawable instanceof Animatable) {
643 ((Animatable) mIndeterminateDrawable).stop();
737 if (mIndeterminateDrawable != null) {
739 if (mOnlyIndeterminate && !(mIndeterminateDrawable instanceof AnimationDrawable))
    [all...]
  /frameworks/base/core/java/android/widget/
ProgressBar.java 213 private Drawable mIndeterminateDrawable;
447 mCurrentDrawable = mIndeterminateDrawable;
466 return mIndeterminateDrawable;
482 mIndeterminateDrawable = d;
483 if (mIndeterminateDrawable != null && canResolveLayoutDirection()) {
484 mIndeterminateDrawable.setLayoutDirection(getLayoutDirection());
559 return who == mProgressDrawable || who == mIndeterminateDrawable
567 if (mIndeterminateDrawable != null) mIndeterminateDrawable.jumpToCurrentState();
579 if (mIndeterminateDrawable != null)
    [all...]
  /packages/apps/MusicFX/src/com/android/musicfx/seekbar/
ProgressBar.java 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()
    [all...]
  /frameworks/base/core/java/android/app/
ProgressDialog.java 69 private Drawable mIndeterminateDrawable;
190 if (mIndeterminateDrawable != null) {
191 setIndeterminateDrawable(mIndeterminateDrawable);
291 mIndeterminateDrawable = d;

Completed in 114 milliseconds