Searched refs:mIndeterminateDrawable (Results 1 – 3 of 3) sorted by relevance
227 private Drawable mIndeterminateDrawable; field in ProgressBar689 swapCurrentDrawable(mIndeterminateDrawable); in setIndeterminate()726 return mIndeterminateDrawable; in getIndeterminateDrawable()747 if (mIndeterminateDrawable != d) { in setIndeterminateDrawable()748 if (mIndeterminateDrawable != null) { in setIndeterminateDrawable()749 mIndeterminateDrawable.setCallback(null); in setIndeterminateDrawable()750 unscheduleDrawable(mIndeterminateDrawable); in setIndeterminateDrawable()753 mIndeterminateDrawable = d; in setIndeterminateDrawable()879 if (mIndeterminateDrawable != null && mProgressTintInfo != null) { in applyIndeterminateTint()882 mIndeterminateDrawable = mIndeterminateDrawable.mutate(); in applyIndeterminateTint()[all …]
86 private Drawable mIndeterminateDrawable; field in ProgressDialog264 if (mIndeterminateDrawable != null) { in onCreate()265 setIndeterminateDrawable(mIndeterminateDrawable); in onCreate()425 mIndeterminateDrawable = d; in setIndeterminateDrawable()
8303 Landroid/app/ProgressDialog;->mIndeterminateDrawable:Landroid/graphics/drawable/Drawable;68028 Landroid/widget/ProgressBar;->mIndeterminateDrawable:Landroid/graphics/drawable/Drawable;