Searched refs:mIndeterminateDrawable (Results 1 – 3 of 3) sorted by relevance
217 private Drawable mIndeterminateDrawable; field in ProgressBar678 swapCurrentDrawable(mIndeterminateDrawable); in setIndeterminate()712 return mIndeterminateDrawable; in getIndeterminateDrawable()733 if (mIndeterminateDrawable != d) { in setIndeterminateDrawable()734 if (mIndeterminateDrawable != null) { in setIndeterminateDrawable()735 mIndeterminateDrawable.setCallback(null); in setIndeterminateDrawable()736 unscheduleDrawable(mIndeterminateDrawable); in setIndeterminateDrawable()739 mIndeterminateDrawable = d; in setIndeterminateDrawable()864 if (mIndeterminateDrawable != null && mProgressTintInfo != null) { in applyIndeterminateTint()867 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()
8306 Landroid/app/ProgressDialog;->mIndeterminateDrawable:Landroid/graphics/drawable/Drawable;83100 Landroid/widget/ProgressBar;->mIndeterminateDrawable:Landroid/graphics/drawable/Drawable;